#4F780C

Color #4F780C Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4F780C

Tints of Green Leaf #4F780C

Color information

#4F780C (or 0x4F780C) is unknown color: approx Green Leaf. HEX triplet: 4F, 78 and 0C. RGB value is (79,120,12). Sum of RGB (Red+Green+Blue) = 79+120+12=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #4F780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F780C is #B087F3. Grayscale: #5F5F5F. Windows color (decimal): -11569140 or 817231. OLE color: 817231.

HSL color Cylindrical-coordinate representation of color #4F780C: hue angle of 82.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F780C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB7912012-
CMYK0.3400.900.53
HSL82.78º81.82%25.88%-
HSV(B)82.78º90%47.06%-
XYZ10.0115.122.74-
YUV95.4380.92116.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=37.44%
G=56.87%
B=5.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79120120.3400.900.5382.7881.8225.88
Hex4F78C2205A3553521a
Octal117170144201326512312232
Binary100111111110001100100010010110101101011010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,12); }

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

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

 a { background-color: rgb(79,120,12); }

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

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

 span { border-color: rgb(79,120,12); }

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