#017625

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

Shades of Crusoe #017625

Tints of Crusoe #017625

Color information

#017625 (or 0x017625) is unknown color: approx Crusoe. HEX triplet: 01, 76 and 25. RGB value is (1,118,37). Sum of RGB (Red+Green+Blue) = 1+118+37=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #017625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017625 is #FE89DA. Grayscale: #494949. Windows color (decimal): -16681435 or 2455041. OLE color: 2455041.

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

Color convert

RGB111837-
CMYK0.9900.690.54
HSL138.46º98.32%23.33%-
HSV(B)138.46º99.15%46.27%-
XYZ6.8213.13.92-
YUV73.78107.2476.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 118 (46.48% from 255) = 75.64%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=0.64%
G=75.64%
B=23.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118370.9900.690.54138.4698.3223.33
Hex1762563045368a6217
Octal11664514301056621214227
Binary1111011010010111000110100010111011010001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017625; }

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

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

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

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

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

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

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

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