#017529

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

Shades of Crusoe #017529

Tints of Crusoe #017529

Color information

#017529 (or 0x017529) is unknown color: approx Crusoe. HEX triplet: 01, 75 and 29. RGB value is (1,117,41). Sum of RGB (Red+Green+Blue) = 1+117+41=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #017529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017529 is #FE8AD6. Grayscale: #494949. Windows color (decimal): -16681687 or 2716929. OLE color: 2716929.

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

Color convert

RGB111741-
CMYK0.9900.650.54
HSL140.69º98.31%23.14%-
HSV(B)140.69º99.15%45.88%-
XYZ6.7712.894.23-
YUV73.65109.5776.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=0.63%
G=73.58%
B=25.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117410.9900.650.54140.6998.3123.14
Hex1752963041368d6217
Octal11655114301016621514227
Binary1111010110100111000110100000111011010001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017529; }

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

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

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

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

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

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

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

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