#055D09

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

Shades of Green #055D09

Tints of Green #055D09

Color information

#055D09 (or 0x055D09) is unknown color: approx Green. HEX triplet: 05, 5D and 09. RGB value is (5,93,9). Sum of RGB (Red+Green+Blue) = 5+93+9=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 93 (36.72% from 255 or 86.92% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 93 - color contains mainly: green. Hex color #055D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055D09 is #FAA2F6. Grayscale: #393939. Windows color (decimal): -16425719 or 613637. OLE color: 613637.

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

Color convert

RGB5939-
CMYK0.9500.900.64
HSL122.73º89.8%19.22%-
HSV(B)122.73º94.62%36.47%-
XYZ4.037.881.57-
YUV57.11100.8590.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 93 (36.72% from 255) = 86.92%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=4.67%
G=86.92%
B=8.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal59390.9500.900.64122.7389.819.22
Hex55D95F05A407b5a13
Octal513511137013210017313223
Binary1011011101100110111110101101010000001111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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