#4F672F

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

Shades of Green Leaf #4F672F

Tints of Green Leaf #4F672F

Color information

#4F672F (or 0x4F672F) is unknown color: approx Green Leaf. HEX triplet: 4F, 67 and 2F. RGB value is (79,103,47). Sum of RGB (Red+Green+Blue) = 79+103+47=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #4F672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F672F is #B098D0. Grayscale: #595959. Windows color (decimal): -11573457 or 3106639. OLE color: 3106639.

HSL color Cylindrical-coordinate representation of color #4F672F: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F672F is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB7910347-
CMYK0.2300.540.60
HSL85.71º37.33%29.41%-
HSV(B)85.71º54.37%40.39%-
XYZ8.5911.574.47-
YUV89.44104.05120.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=34.50%
G=44.98%
B=20.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79103470.2300.540.6085.7137.3329.41
Hex4F672F170363C56251d
Octal1171475727066741264535
Binary10011111100111101111101110110110111100101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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