#005505

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

Shades of Green #005505

Tints of Green #005505

Color information

#005505 (or 0x005505) is unknown color: approx Green. HEX triplet: 00, 55 and 05. RGB value is (0,85,5). Sum of RGB (Red+Green+Blue) = 0+85+5=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 85 (33.59% from 255 or 94.44% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 85 - color contains mainly: green. Hex color #005505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005505 is #FFAAFA. Grayscale: #323232. Windows color (decimal): -16755451 or 349440. OLE color: 349440.

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

Color convert

RGB0855-
CMYK100.940.67
HSL123.53º100%16.67%-
HSV(B)123.53º100%33.33%-
XYZ3.286.511.23-
YUV50.46102.3492-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 94.44%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=0%
G=94.44%
B=5.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0855100.940.67123.5310016.67
Hex05556405E437c6411
Octal01255144013610317414421
Binary0101010110111001000101111010000111111100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005505; }

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

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

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

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

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

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

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

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