#4F6132

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

Shades of Green Leaf #4F6132

Tints of Green Leaf #4F6132

Color information

#4F6132 (or 0x4F6132) is unknown color: approx Green Leaf. HEX triplet: 4F, 61 and 32. RGB value is (79,97,50). Sum of RGB (Red+Green+Blue) = 79+97+50=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6132 is #B09ECD. Grayscale: #565656. Windows color (decimal): -11574990 or 3301711. OLE color: 3301711.

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

Color convert

RGB799750-
CMYK0.1900.480.62
HSL82.98º31.97%28.82%-
HSV(B)82.98º48.45%38.04%-
XYZ8.0710.444.61-
YUV86.26107.54122.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=34.96%
G=42.92%
B=22.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997500.1900.480.6282.9831.9728.82
Hex4F6132130303E53201d
Octal1171416223060761234035
Binary10011111100001110010100110110000111110101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,50); }

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

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

 a { background-color: rgb(79,97,50); }

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

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

 span { border-color: rgb(79,97,50); }

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