#05840E

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

Shades of Green #05840E

Tints of Green #05840E

Color information

#05840E (or 0x05840E) is unknown color: approx Green. HEX triplet: 05, 84 and 0E. RGB value is (5,132,14). Sum of RGB (Red+Green+Blue) = 5+132+14=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 132 (51.95% from 255 or 87.42% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 132 - color contains mainly: green. Hex color #05840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05840E is #FA7BF1. Grayscale: #505050. Windows color (decimal): -16415730 or 951301. OLE color: 951301.

HSL color Cylindrical-coordinate representation of color #05840E: hue angle of 124.25º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05840E is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB513214-
CMYK0.9600.890.48
HSL124.25º92.7%26.86%-
HSV(B)124.25º96.21%51.76%-
XYZ8.3916.573.17-
YUV80.5890.4274.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 132 (51.95% from 255) = 87.42%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=3.31%
G=87.42%
B=9.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132140.9600.890.48124.2592.726.86
Hex584E60059307c5d1b
Octal52041614001316017413533
Binary1011000010011101100000010110011100001111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05840E; }

 p { color: rgb(5,132,14); }

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

<style>
 a { background-color: #05840E; }

 a { background-color: rgb(5,132,14); }

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

<style>
 span { border-color: #05840E; }

 span { border-color: rgb(5,132,14); }

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