#017520

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

Shades of Crusoe #017520

Tints of Crusoe #017520

Color information

#017520 (or 0x017520) is unknown color: approx Crusoe. HEX triplet: 01, 75 and 20. RGB value is (1,117,32). Sum of RGB (Red+Green+Blue) = 1+117+32=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #017520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017520 is #FE8ADF. Grayscale: #484848. Windows color (decimal): -16681696 or 2127105. OLE color: 2127105.

HSL color Cylindrical-coordinate representation of color #017520: hue angle of 136.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017520 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB111732-
CMYK0.9900.730.54
HSL136.03º98.31%23.14%-
HSV(B)136.03º99.15%45.88%-
XYZ6.6312.833.49-
YUV72.63105.0776.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 117 (46.09% from 255) = 78%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=0.67%
G=78%
B=21.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117320.9900.730.54136.0398.3123.14
Hex175206304936886217
Octal11654014301116621014227
Binary1111010110000011000110100100111011010001000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017520; }

 p { color: rgb(1,117,32); }

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

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

 a { background-color: rgb(1,117,32); }

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

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

 span { border-color: rgb(1,117,32); }

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