#4C962F

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

Shades of La Palma #4C962F

Tints of La Palma #4C962F

Color information

#4C962F (or 0x4C962F) is unknown color: approx La Palma. HEX triplet: 4C, 96 and 2F. RGB value is (76,150,47). Sum of RGB (Red+Green+Blue) = 76+150+47=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #4C962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C962F is #B369D0. Grayscale: #747474. Windows color (decimal): -11758033 or 3118668. OLE color: 3118668.

HSL color Cylindrical-coordinate representation of color #4C962F: hue angle of 103.11º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C962F is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB7615047-
CMYK0.4900.690.41
HSL103.11º52.28%38.63%-
HSV(B)103.11º68.67%58.82%-
XYZ14.423.556.48-
YUV116.1388.9899.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 150 (58.98% from 255) = 54.95%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=27.84%
G=54.95%
B=17.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76150470.4900.690.41103.1152.2838.63
Hex4C962F3104529673427
Octal11422657610105511476447
Binary100110010010110101111110001010001011010011100111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,150,47); }

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

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

 a { background-color: rgb(76,150,47); }

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

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

 span { border-color: rgb(76,150,47); }

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