#01591E

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

Shades of Crusoe #01591E

Tints of Crusoe #01591E

Color information

#01591E (or 0x01591E) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 1E. RGB value is (1,89,30). Sum of RGB (Red+Green+Blue) = 1+89+30=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #01591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01591E is #FEA6E1. Grayscale: #383838. Windows color (decimal): -16688866 or 1988865. OLE color: 1988865.

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

Color convert

RGB18930-
CMYK0.9900.660.65
HSL139.77º97.78%17.65%-
HSV(B)139.77º98.88%34.9%-
XYZ3.827.242.43-
YUV55.96113.3588.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 89 (35.16% from 255) = 74.17%
BLUE value IS 30 (12.11% from 255) = 25%
R=0.83%
G=74.17%
B=25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189300.9900.660.65139.7797.7817.65
Hex1591E63042418c6212
Octal113136143010210121414222
Binary1101100111110110001101000010100000110001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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