#017025

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

Shades of Crusoe #017025

Tints of Crusoe #017025

Color information

#017025 (or 0x017025) is unknown color: approx Crusoe. HEX triplet: 01, 70 and 25. RGB value is (1,112,37). Sum of RGB (Red+Green+Blue) = 1+112+37=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #017025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017025 is #FE8FDA. Grayscale: #464646. Windows color (decimal): -16682971 or 2453505. OLE color: 2453505.

HSL color Cylindrical-coordinate representation of color #017025: hue angle of 139.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017025 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB111237-
CMYK0.9900.670.56
HSL139.46º98.23%22.16%-
HSV(B)139.46º99.11%43.92%-
XYZ6.1411.733.69-
YUV70.26109.2378.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 112 (44.14% from 255) = 74.67%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=0.67%
G=74.67%
B=24.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112370.9900.670.56139.4698.2322.16
Hex1702563043388b6216
Octal11604514301037021314226
Binary1111000010010111000110100001111100010001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017025; }

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

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

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

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

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

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

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

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