#4F732A

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

Shades of Green Leaf #4F732A

Tints of Green Leaf #4F732A

Color information

#4F732A (or 0x4F732A) is unknown color: approx Green Leaf. HEX triplet: 4F, 73 and 2A. RGB value is (79,115,42). Sum of RGB (Red+Green+Blue) = 79+115+42=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #4F732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F732A is #B08CD5. Grayscale: #606060. Windows color (decimal): -11570390 or 2782031. OLE color: 2782031.

HSL color Cylindrical-coordinate representation of color #4F732A: hue angle of 89.59º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F732A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB7911542-
CMYK0.3100.630.55
HSL89.59º46.5%30.78%-
HSV(B)89.59º63.48%45.1%-
XYZ9.7714.094.4-
YUV95.9197.57115.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=33.47%
G=48.73%
B=17.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79115420.3100.630.5589.5946.530.78
Hex4F732A1F03F375a2e1f
Octal1171635237077671325637
Binary10011111110011101010111110111111110111101101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,115,42); }

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

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

 a { background-color: rgb(79,115,42); }

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

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

 span { border-color: rgb(79,115,42); }

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