#01571D

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

Shades of Crusoe #01571D

Tints of Crusoe #01571D

Color information

#01571D (or 0x01571D) is unknown color: approx Crusoe. HEX triplet: 01, 57 and 1D. RGB value is (1,87,29). Sum of RGB (Red+Green+Blue) = 1+87+29=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 87 (34.38% from 255 or 74.36% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 87 - color contains mainly: green. Hex color #01571D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01571D is #FEA8E2. Grayscale: #363636. Windows color (decimal): -16689379 or 1922817. OLE color: 1922817.

HSL color Cylindrical-coordinate representation of color #01571D: hue angle of 139.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01571D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB18729-
CMYK0.9900.670.66
HSL139.53º97.73%17.25%-
HSV(B)139.53º98.85%34.12%-
XYZ3.646.912.3-
YUV54.67113.5189.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 87 (34.38% from 255) = 74.36%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=0.85%
G=74.36%
B=24.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187290.9900.670.66139.5397.7317.25
Hex1571D63043428c6211
Octal112735143010310221414221
Binary1101011111101110001101000011100001010001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01571D; }

 p { color: rgb(1,87,29); }

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

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

 a { background-color: rgb(1,87,29); }

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

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

 span { border-color: rgb(1,87,29); }

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