#4F7528

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

Shades of Green Leaf #4F7528

Tints of Green Leaf #4F7528

Color information

#4F7528 (or 0x4F7528) is unknown color: approx Green Leaf. HEX triplet: 4F, 75 and 28. RGB value is (79,117,40). Sum of RGB (Red+Green+Blue) = 79+117+40=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7528 is #B08AD7. Grayscale: #616161. Windows color (decimal): -11569880 or 2651471. OLE color: 2651471.

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

Color convert

RGB7911740-
CMYK0.3200.660.54
HSL89.61º49.04%30.78%-
HSV(B)89.61º65.81%45.88%-
XYZ9.9714.544.29-
YUV96.8695.91115.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=33.47%
G=49.58%
B=16.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117400.3200.660.5489.6149.0430.78
Hex4F752820042365a311f
Octal11716550400102661326137
Binary1001111111010110100010000001000010110110101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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