#4F632F

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

Shades of Green Leaf #4F632F

Tints of Green Leaf #4F632F

Color information

#4F632F (or 0x4F632F) is unknown color: approx Green Leaf. HEX triplet: 4F, 63 and 2F. RGB value is (79,99,47). Sum of RGB (Red+Green+Blue) = 79+99+47=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #4F632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F632F is #B09CD0. Grayscale: #575757. Windows color (decimal): -11574481 or 3105615. OLE color: 3105615.

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

Color convert

RGB799947-
CMYK0.2000.530.61
HSL83.08º35.62%28.63%-
HSV(B)83.08º52.53%38.82%-
XYZ8.210.794.34-
YUV87.09105.37122.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=35.11%
G=44%
B=20.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7999470.2000.530.6183.0835.6228.63
Hex4F632F140353D53241d
Octal1171435724065751234435
Binary10011111100011101111101000110101111101101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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