#055903

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

Shades of Green #055903

Tints of Green #055903

Color information

#055903 (or 0x055903) is unknown color: approx Green. HEX triplet: 05, 59 and 03. RGB value is (5,89,3). Sum of RGB (Red+Green+Blue) = 5+89+3=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 89 (35.16% from 255 or 91.75% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 89 - color contains mainly: green. Hex color #055903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055903 is #FAA6FC. Grayscale: #363636. Windows color (decimal): -16426749 or 219397. OLE color: 219397.

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

Color convert

RGB5893-
CMYK0.9400.970.65
HSL118.6º93.48%18.04%-
HSV(B)118.6º96.63%34.9%-
XYZ3.657.181.28-
YUV54.0899.1792.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 89 (35.16% from 255) = 91.75%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=5.15%
G=91.75%
B=3.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal58930.9400.970.65118.693.4818.04
Hex55935E06141775d12
Octal51313136014110116713522
Binary10110110011110111100110000110000011110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055903; }

 p { color: rgb(5,89,3); }

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

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

 a { background-color: rgb(5,89,3); }

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

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

 span { border-color: rgb(5,89,3); }

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