#017525

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

Shades of Crusoe #017525

Tints of Crusoe #017525

Color information

#017525 (or 0x017525) is unknown color: approx Crusoe. HEX triplet: 01, 75 and 25. RGB value is (1,117,37). Sum of RGB (Red+Green+Blue) = 1+117+37=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #017525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017525 is #FE8ADA. Grayscale: #494949. Windows color (decimal): -16681691 or 2454785. OLE color: 2454785.

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

Color convert

RGB111737-
CMYK0.9900.680.54
HSL138.62º98.31%23.14%-
HSV(B)138.62º99.15%45.88%-
XYZ6.7112.863.88-
YUV73.2107.5776.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 117 (46.09% from 255) = 75.48%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=0.65%
G=75.48%
B=23.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117370.9900.680.54138.6298.3123.14
Hex1752563044368b6217
Octal11654514301046621314227
Binary1111010110010111000110100010011011010001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017525; }

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

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

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

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

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

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

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

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