#4F742B

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

Shades of Green Leaf #4F742B

Tints of Green Leaf #4F742B

Color information

#4F742B (or 0x4F742B) is unknown color: approx Green Leaf. HEX triplet: 4F, 74 and 2B. RGB value is (79,116,43). Sum of RGB (Red+Green+Blue) = 79+116+43=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #4F742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F742B is #B08BD4. Grayscale: #606060. Windows color (decimal): -11570133 or 2847823. OLE color: 2847823.

HSL color Cylindrical-coordinate representation of color #4F742B: hue angle of 90.41º 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 #4F742B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB7911643-
CMYK0.3200.630.55
HSL90.41º45.91%31.18%-
HSV(B)90.41º62.93%45.49%-
XYZ9.9114.334.53-
YUV96.6297.74115.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=33.19%
G=48.74%
B=18.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116430.3200.630.5590.4145.9131.18
Hex4F742B2003F375a2e1f
Octal1171645340077671325637
Binary100111111101001010111000000111111110111101101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,43); }

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

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

 a { background-color: rgb(79,116,43); }

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

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

 span { border-color: rgb(79,116,43); }

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