#015508

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

Shades of Green #015508

Tints of Green #015508

Color information

#015508 (or 0x015508) is unknown color: approx Green. HEX triplet: 01, 55 and 08. RGB value is (1,85,8). Sum of RGB (Red+Green+Blue) = 1+85+8=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #015508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015508 is #FEAAF7. Grayscale: #333333. Windows color (decimal): -16689912 or 546049. OLE color: 546049.

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

Color convert

RGB1858-
CMYK0.9900.910.67
HSL125º97.67%16.86%-
HSV(B)125º98.82%33.33%-
XYZ3.36.521.31-
YUV51.11103.6792.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 85 (33.59% from 255) = 90.43%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=1.06%
G=90.43%
B=8.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal18580.9900.910.6712597.6716.86
Hex15586305B437d6211
Octal112510143013310317514221
Binary11010101100011000110101101110000111111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015508; }

 p { color: rgb(1,85,8); }

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

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

 a { background-color: rgb(1,85,8); }

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

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

 span { border-color: rgb(1,85,8); }

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