#4F7228

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

Shades of Green Leaf #4F7228

Tints of Green Leaf #4F7228

Color information

#4F7228 (or 0x4F7228) is unknown color: approx Green Leaf. HEX triplet: 4F, 72 and 28. RGB value is (79,114,40). Sum of RGB (Red+Green+Blue) = 79+114+40=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7228 is #B08DD7. Grayscale: #5F5F5F. Windows color (decimal): -11570648 or 2650703. OLE color: 2650703.

HSL color Cylindrical-coordinate representation of color #4F7228: hue angle of 88.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F7228 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB7911440-
CMYK0.3100.650.55
HSL88.38º48.05%30.2%-
HSV(B)88.38º64.91%44.71%-
XYZ9.6213.854.17-
YUV95.196.9116.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=33.91%
G=48.93%
B=17.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114400.3100.650.5588.3848.0530.2
Hex4F72281F0413758301e
Octal11716250370101671306036
Binary100111111100101010001111101000001110111101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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