#4F6028

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

Shades of Green Leaf #4F6028

Tints of Green Leaf #4F6028

Color information

#4F6028 (or 0x4F6028) is unknown color: approx Green Leaf. HEX triplet: 4F, 60 and 28. RGB value is (79,96,40). Sum of RGB (Red+Green+Blue) = 79+96+40=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6028 is #B09FD7. Grayscale: #545454. Windows color (decimal): -11575256 or 2646095. OLE color: 2646095.

HSL color Cylindrical-coordinate representation of color #4F6028: hue angle of 78.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F6028 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB799640-
CMYK0.1800.580.62
HSL78.21º41.18%26.67%-
HSV(B)78.21º58.33%37.65%-
XYZ7.7910.183.56-
YUV84.53102.87124.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=36.74%
G=44.65%
B=18.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996400.1800.580.6278.2141.1826.67
Hex4F60281203A3E4e291b
Octal1171405022072761165133
Binary10011111100000101000100100111010111110100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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