#01571F

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

Shades of Crusoe #01571F

Tints of Crusoe #01571F

Color information

#01571F (or 0x01571F) is unknown color: approx Crusoe. HEX triplet: 01, 57 and 1F. RGB value is (1,87,31). Sum of RGB (Red+Green+Blue) = 1+87+31=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #01571F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01571F is #FEA8E0. Grayscale: #373737. Windows color (decimal): -16689377 or 2053889. OLE color: 2053889.

HSL color Cylindrical-coordinate representation of color #01571F: hue angle of 140.93º 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 #01571F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB18731-
CMYK0.9900.640.66
HSL140.93º97.73%17.25%-
HSV(B)140.93º98.85%34.12%-
XYZ3.676.922.44-
YUV54.9114.5189.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 87 (34.38% from 255) = 73.11%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=0.84%
G=73.11%
B=26.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187310.9900.640.66140.9397.7317.25
Hex1571F63040428d6211
Octal112737143010010221514221
Binary1101011111111110001101000000100001010001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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