#055503

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

Shades of Green #055503

Tints of Green #055503

Color information

#055503 (or 0x055503) is unknown color: approx Green. HEX triplet: 05, 55 and 03. RGB value is (5,85,3). Sum of RGB (Red+Green+Blue) = 5+85+3=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #055503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055503 is #FAAAFC. Grayscale: #333333. Windows color (decimal): -16427773 or 218373. OLE color: 218373.

HSL color Cylindrical-coordinate representation of color #055503: hue angle of 118.54º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055503 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB5853-
CMYK0.9400.960.67
HSL118.54º93.18%17.25%-
HSV(B)118.54º96.47%33.33%-
XYZ3.336.541.17-
YUV51.73100.594.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 85 (33.59% from 255) = 91.40%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=5.38%
G=91.40%
B=3.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58530.9400.960.67118.5493.1817.25
Hex55535E06043775d11
Octal51253136014010316713521
Binary10110101011110111100110000010000111110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055503; }

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

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

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

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

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

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

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

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