#4F6825

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

Shades of Green Leaf #4F6825

Tints of Green Leaf #4F6825

Color information

#4F6825 (or 0x4F6825) is unknown color: approx Green Leaf. HEX triplet: 4F, 68 and 25. RGB value is (79,104,37). Sum of RGB (Red+Green+Blue) = 79+104+37=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6825 is #B097DA. Grayscale: #595959. Windows color (decimal): -11573211 or 2451535. OLE color: 2451535.

HSL color Cylindrical-coordinate representation of color #4F6825: hue angle of 82.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F6825 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB7910437-
CMYK0.2400.640.59
HSL82.39º47.52%27.65%-
HSV(B)82.39º64.42%40.78%-
XYZ8.5111.73.56-
YUV88.8998.72120.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=35.91%
G=47.27%
B=16.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104370.2400.640.5982.3947.5227.65
Hex4F6825180403B52301c
Octal11715045300100731226034
Binary100111111010001001011100001000000111011101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,37); }

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

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

 a { background-color: rgb(79,104,37); }

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

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

 span { border-color: rgb(79,104,37); }

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