#01591C

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

Shades of Crusoe #01591C

Tints of Crusoe #01591C

Color information

#01591C (or 0x01591C) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 1C. RGB value is (1,89,28). Sum of RGB (Red+Green+Blue) = 1+89+28=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #01591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01591C is #FEA6E3. Grayscale: #373737. Windows color (decimal): -16688868 or 1857793. OLE color: 1857793.

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

Color convert

RGB18928-
CMYK0.9900.690.65
HSL138.41º97.78%17.65%-
HSV(B)138.41º98.88%34.9%-
XYZ3.797.242.3-
YUV55.73112.3588.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 89 (35.16% from 255) = 75.42%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=0.85%
G=75.42%
B=23.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189280.9900.690.65138.4197.7817.65
Hex1591C63045418a6212
Octal113134143010510121214222
Binary1101100111100110001101000101100000110001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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