#01571E

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

Shades of Crusoe #01571E

Tints of Crusoe #01571E

Color information

#01571E (or 0x01571E) is unknown color: approx Crusoe. HEX triplet: 01, 57 and 1E. RGB value is (1,87,30). Sum of RGB (Red+Green+Blue) = 1+87+30=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 87 (34.38% from 255 or 73.73% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 87 - color contains mainly: green. Hex color #01571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01571E is #FEA8E1. Grayscale: #363636. Windows color (decimal): -16689378 or 1988353. OLE color: 1988353.

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

Color convert

RGB18730-
CMYK0.9900.660.66
HSL140.23º97.73%17.25%-
HSV(B)140.23º98.85%34.12%-
XYZ3.666.922.37-
YUV54.79114.0189.63-

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) = 73.73%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=0.85%
G=73.73%
B=25.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187300.9900.660.66140.2397.7317.25
Hex1571E63042428c6211
Octal112736143010210221414221
Binary1101011111110110001101000010100001010001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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