#4F7526

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

Shades of Green Leaf #4F7526

Tints of Green Leaf #4F7526

Color information

#4F7526 (or 0x4F7526) is unknown color: approx Green Leaf. HEX triplet: 4F, 75 and 26. RGB value is (79,117,38). Sum of RGB (Red+Green+Blue) = 79+117+38=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7526 is #B08AD9. Grayscale: #606060. Windows color (decimal): -11569882 or 2520399. OLE color: 2520399.

HSL color Cylindrical-coordinate representation of color #4F7526: hue angle of 88.86º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F7526 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB7911738-
CMYK0.3200.680.54
HSL88.86º50.97%30.39%-
HSV(B)88.86º67.52%45.88%-
XYZ9.9414.524.11-
YUV96.6394.91115.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=33.76%
G=50%
B=16.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117380.3200.680.5488.8650.9730.39
Hex4F7526200443659331e
Octal11716546400104661316336
Binary1001111111010110011010000001000100110110101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,38); }

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

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

 a { background-color: rgb(79,117,38); }

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

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

 span { border-color: rgb(79,117,38); }

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