#4E6325

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

Shades of Green Leaf #4E6325

Tints of Green Leaf #4E6325

Color information

#4E6325 (or 0x4E6325) is unknown color: approx Green Leaf. HEX triplet: 4E, 63 and 25. RGB value is (78,99,37). Sum of RGB (Red+Green+Blue) = 78+99+37=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6325 is #B19CDA. Grayscale: #555555. Windows color (decimal): -11640027 or 2450254. OLE color: 2450254.

HSL color Cylindrical-coordinate representation of color #4E6325: hue angle of 80.32º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E6325 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB789937-
CMYK0.2100.630.61
HSL80.32º45.59%26.67%-
HSV(B)80.32º62.63%38.82%-
XYZ7.9410.683.39-
YUV85.65100.54122.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=36.45%
G=46.26%
B=17.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899370.2100.630.6180.3245.5926.67
Hex4E63251503F3D502e1b
Octal1161434525077751205633
Binary10011101100011100101101010111111111101101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,37); }

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

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

 a { background-color: rgb(78,99,37); }

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

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

 span { border-color: rgb(78,99,37); }

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