#4F6026

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

Shades of Green Leaf #4F6026

Tints of Green Leaf #4F6026

Color information

#4F6026 (or 0x4F6026) is unknown color: approx Green Leaf. HEX triplet: 4F, 60 and 26. RGB value is (79,96,38). Sum of RGB (Red+Green+Blue) = 79+96+38=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6026 is #B09FD9. Grayscale: #545454. Windows color (decimal): -11575258 or 2515023. OLE color: 2515023.

HSL color Cylindrical-coordinate representation of color #4F6026: hue angle of 77.59º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F6026 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB799638-
CMYK0.1800.600.62
HSL77.59º43.28%26.27%-
HSV(B)77.59º60.42%37.65%-
XYZ7.7610.173.39-
YUV84.3101.87124.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=37.09%
G=45.07%
B=17.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996380.1800.600.6277.5943.2826.27
Hex4F60261203C3E4e2b1a
Octal1171404622074761165332
Binary10011111100000100110100100111100111110100111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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