#055E09

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

Shades of Green #055E09

Tints of Green #055E09

Color information

#055E09 (or 0x055E09) is unknown color: approx Green. HEX triplet: 05, 5E and 09. RGB value is (5,94,9). Sum of RGB (Red+Green+Blue) = 5+94+9=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 94 (37.11% from 255 or 87.04% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 94 - color contains mainly: green. Hex color #055E09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E09 is #FAA1F6. Grayscale: #393939. Windows color (decimal): -16425463 or 613893. OLE color: 613893.

HSL color Cylindrical-coordinate representation of color #055E09: hue angle of 122.7º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E09 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB5949-
CMYK0.9500.900.63
HSL122.7º89.9%19.41%-
HSV(B)122.7º94.68%36.86%-
XYZ4.118.061.6-
YUV57.7100.5190.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 94 (37.11% from 255) = 87.04%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=4.63%
G=87.04%
B=8.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal59490.9500.900.63122.789.919.41
Hex55E95F05A3F7b5a13
Octal51361113701327717313223
Binary101101111010011011111010110101111111111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055E09; }

 p { color: rgb(5,94,9); }

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

<style>
 a { background-color: #055E09; }

 a { background-color: rgb(5,94,9); }

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

<style>
 span { border-color: #055E09; }

 span { border-color: rgb(5,94,9); }

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