#4F6320

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

Shades of Green Leaf #4F6320

Tints of Green Leaf #4F6320

Color information

#4F6320 (or 0x4F6320) is unknown color: approx Green Leaf. HEX triplet: 4F, 63 and 20. RGB value is (79,99,32). Sum of RGB (Red+Green+Blue) = 79+99+32=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6320 is #B09CDF. Grayscale: #555555. Windows color (decimal): -11574496 or 2122575. OLE color: 2122575.

HSL color Cylindrical-coordinate representation of color #4F6320: hue angle of 77.91º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F6320 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB799932-
CMYK0.2000.680.61
HSL77.91º51.15%25.69%-
HSV(B)77.91º67.68%38.82%-
XYZ7.9510.693.01-
YUV85.3897.87123.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=37.62%
G=47.14%
B=15.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7999320.2000.680.6177.9151.1525.69
Hex4F6320140443D4e331a
Octal11714340240104751166332
Binary100111111000111000001010001000100111101100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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