#4F6F2C

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

Shades of Green Leaf #4F6F2C

Tints of Green Leaf #4F6F2C

Color information

#4F6F2C (or 0x4F6F2C) is unknown color: approx Green Leaf. HEX triplet: 4F, 6F and 2C. RGB value is (79,111,44). Sum of RGB (Red+Green+Blue) = 79+111+44=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F2C is #B090D3. Grayscale: #5E5E5E. Windows color (decimal): -11571412 or 2912079. OLE color: 2912079.

HSL color Cylindrical-coordinate representation of color #4F6F2C: hue angle of 88.66º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F6F2C is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB7911144-
CMYK0.2900.600.56
HSL88.66º43.23%30.39%-
HSV(B)88.66º60.36%43.53%-
XYZ9.3613.214.44-
YUV93.7999.9117.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=33.76%
G=47.44%
B=18.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79111440.2900.600.5688.6643.2330.39
Hex4F6F2C1D03C38592b1e
Octal1171575435074701315336
Binary10011111101111101100111010111100111000101100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,111,44); }

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

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

 a { background-color: rgb(79,111,44); }

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

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

 span { border-color: rgb(79,111,44); }

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