#015506

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

Shades of Green #015506

Tints of Green #015506

Color information

#015506 (or 0x015506) is unknown color: approx Green. HEX triplet: 01, 55 and 06. RGB value is (1,85,6). Sum of RGB (Red+Green+Blue) = 1+85+6=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #015506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015506 is #FEAAF9. Grayscale: #333333. Windows color (decimal): -16689914 or 414977. OLE color: 414977.

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

Color convert

RGB1856-
CMYK0.9900.930.67
HSL123.57º97.67%16.86%-
HSV(B)123.57º98.82%33.33%-
XYZ3.296.521.26-
YUV50.88102.6792.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 85 (33.59% from 255) = 92.39%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=1.09%
G=92.39%
B=6.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal18560.9900.930.67123.5797.6716.86
Hex15566305D437c6211
Octal11256143013510317414221
Binary1101010111011000110101110110000111111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015506; }

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

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

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

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

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

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

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

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