#005E0E

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

Shades of Green #005E0E

Tints of Green #005E0E

Color information

#005E0E (or 0x005E0E) is unknown color: approx Green. HEX triplet: 00, 5E and 0E. RGB value is (0,94,14). Sum of RGB (Red+Green+Blue) = 0+94+14=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 94 (37.11% from 255 or 87.04% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 94 - color contains mainly: green. Hex color #005E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E0E is #FFA1F1. Grayscale: #383838. Windows color (decimal): -16753138 or 941568. OLE color: 941568.

HSL color Cylindrical-coordinate representation of color #005E0E: hue angle of 128.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E0E is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB09414-
CMYK100.850.63
HSL128.94º100%18.43%-
HSV(B)128.94º100%36.86%-
XYZ4.088.041.75-
YUV56.77103.8687.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 87.04%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=0%
G=87.04%
B=12.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09414100.850.63128.9410018.43
Hex05EE640553F816412
Octal01361614401257720114422
Binary01011110111011001000101010111111110000001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E0E; }

 p { color: rgb(0,94,14); }

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

<style>
 a { background-color: #005E0E; }

 a { background-color: rgb(0,94,14); }

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

<style>
 span { border-color: #005E0E; }

 span { border-color: rgb(0,94,14); }

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