#4C852B

Color #4C852B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4C852B

Tints of La Palma #4C852B

Color information

#4C852B (or 0x4C852B) is unknown color: approx La Palma. HEX triplet: 4C, 85 and 2B. RGB value is (76,133,43). Sum of RGB (Red+Green+Blue) = 76+133+43=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #4C852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C852B is #B37AD4. Grayscale: #6A6A6A. Windows color (decimal): -11762389 or 2852172. OLE color: 2852172.

HSL color Cylindrical-coordinate representation of color #4C852B: hue angle of 98º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C852B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB7613343-
CMYK0.4300.680.48
HSL98º51.14%34.51%-
HSV(B)98º67.67%52.16%-
XYZ11.818.495.23-
YUV105.792.62106.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=30.16%
G=52.78%
B=17.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133430.4300.680.489851.1434.51
Hex4C852B2B04430623323
Octal11420553530104601426343
Binary100110010000101101011101011010001001100001100010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C852B; }

 p { color: rgb(76,133,43); }

 H1.HeaderClassName
 {
   color: #4C852B;
 }
 .AnyTagClassName
 {
   color: #4C852B;
 }
</style>
background-color css

<style>
 a { background-color: #4C852B; }

 a { background-color: rgb(76,133,43); }

 div.DivClassName
 {
   background-color: #4C852B;
 }
 .BgClassName
 {
   background-color: #4C852B;
 }
</style>
border-color css

<style>
 span { border-color: #4C852B; }

 span { border-color: rgb(76,133,43); }

 td.TdClassName
 {
   border-color: #4C852B;
 }
 .TagClassName
 {
   border-color: #4C852B;
 }
</style>