#055A0A

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

Shades of Green #055A0A

Tints of Green #055A0A

Color information

#055A0A (or 0x055A0A) is unknown color: approx Green. HEX triplet: 05, 5A and 0A. RGB value is (5,90,10). Sum of RGB (Red+Green+Blue) = 5+90+10=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 90 (35.55% from 255 or 85.71% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 90 - color contains mainly: green. Hex color #055A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A0A is #FAA5F5. Grayscale: #373737. Windows color (decimal): -16426486 or 678405. OLE color: 678405.

HSL color Cylindrical-coordinate representation of color #055A0A: hue angle of 123.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A0A is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB59010-
CMYK0.9400.890.65
HSL123.53º89.47%18.63%-
HSV(B)123.53º94.44%35.29%-
XYZ3.777.371.51-
YUV55.46102.3492-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 90 (35.55% from 255) = 85.71%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=4.76%
G=85.71%
B=9.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590100.9400.890.65123.5389.4718.63
Hex55AA5E059417c5913
Octal513212136013110117413123
Binary1011011010101010111100101100110000011111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,10); }

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

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

 a { background-color: rgb(5,90,10); }

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

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

 span { border-color: rgb(5,90,10); }

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