#4F6220

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

Shades of Green Leaf #4F6220

Tints of Green Leaf #4F6220

Color information

#4F6220 (or 0x4F6220) is unknown color: approx Green Leaf. HEX triplet: 4F, 62 and 20. RGB value is (79,98,32). Sum of RGB (Red+Green+Blue) = 79+98+32=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6220 is #B09DDF. Grayscale: #555555. Windows color (decimal): -11574752 or 2122319. OLE color: 2122319.

HSL color Cylindrical-coordinate representation of color #4F6220: hue angle of 77.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F6220 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB799832-
CMYK0.1900.670.62
HSL77.27º50.77%25.49%-
HSV(B)77.27º67.35%38.43%-
XYZ7.8510.52.98-
YUV84.7998.21123.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=37.80%
G=46.89%
B=15.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998320.1900.670.6277.2750.7725.49
Hex4F6220130433E4d3319
Octal11714240230103761156331
Binary100111111000101000001001101000011111110100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,32); }

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

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

 a { background-color: rgb(79,98,32); }

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

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

 span { border-color: rgb(79,98,32); }

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