#01581C

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

Shades of Crusoe #01581C

Tints of Crusoe #01581C

Color information

#01581C (or 0x01581C) is unknown color: approx Crusoe. HEX triplet: 01, 58 and 1C. RGB value is (1,88,28). Sum of RGB (Red+Green+Blue) = 1+88+28=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #01581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01581C is #FEA7E3. Grayscale: #373737. Windows color (decimal): -16689124 or 1857537. OLE color: 1857537.

HSL color Cylindrical-coordinate representation of color #01581C: hue angle of 138.62º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01581C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB18828-
CMYK0.9900.680.65
HSL138.62º97.75%17.45%-
HSV(B)138.62º98.86%34.51%-
XYZ3.717.072.27-
YUV55.15112.6889.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=0.85%
G=75.21%
B=23.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188280.9900.680.65138.6297.7517.45
Hex1581C63044418b6211
Octal113034143010410121314221
Binary1101100011100110001101000100100000110001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01581C; }

 p { color: rgb(1,88,28); }

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

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

 a { background-color: rgb(1,88,28); }

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

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

 span { border-color: rgb(1,88,28); }

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