#005507

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

Shades of Green #005507

Tints of Green #005507

Color information

#005507 (or 0x005507) is unknown color: approx Green. HEX triplet: 00, 55 and 07. RGB value is (0,85,7). Sum of RGB (Red+Green+Blue) = 0+85+7=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #005507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005507 is #FFAAF8. Grayscale: #323232. Windows color (decimal): -16755449 or 480512. OLE color: 480512.

HSL color Cylindrical-coordinate representation of color #005507: hue angle of 124.94º 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 #005507 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB0857-
CMYK100.920.67
HSL124.94º100%16.67%-
HSV(B)124.94º100%33.33%-
XYZ3.296.511.28-
YUV50.69103.3491.84-

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) = 92.39%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=0%
G=92.39%
B=7.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0857100.920.67124.9410016.67
Hex05576405C437d6411
Octal01257144013410317514421
Binary0101010111111001000101110010000111111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005507; }

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

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

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

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

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

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

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

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