#055E08

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

Shades of Green #055E08

Tints of Green #055E08

Color information

#055E08 (or 0x055E08) is unknown color: approx Green. HEX triplet: 05, 5E and 08. RGB value is (5,94,8). Sum of RGB (Red+Green+Blue) = 5+94+8=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 94 (37.11% from 255 or 87.85% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 94 - color contains mainly: green. Hex color #055E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E08 is #FAA1F7. Grayscale: #393939. Windows color (decimal): -16425464 or 548357. OLE color: 548357.

HSL color Cylindrical-coordinate representation of color #055E08: hue angle of 122.02º 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 #055E08 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB5948-
CMYK0.9500.910.63
HSL122.02º89.9%19.41%-
HSV(B)122.02º94.68%36.86%-
XYZ4.118.061.57-
YUV57.58100.0190.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 94 (37.11% from 255) = 87.85%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=4.67%
G=87.85%
B=7.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal59480.9500.910.63122.0289.919.41
Hex55E85F05B3F7a5a13
Octal51361013701337717213223
Binary101101111010001011111010110111111111111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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