#01591F

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

Shades of Crusoe #01591F

Tints of Crusoe #01591F

Color information

#01591F (or 0x01591F) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 1F. RGB value is (1,89,31). Sum of RGB (Red+Green+Blue) = 1+89+31=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #01591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01591F is #FEA6E0. Grayscale: #383838. Windows color (decimal): -16688865 or 2054401. OLE color: 2054401.

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

Color convert

RGB18931-
CMYK0.9900.650.65
HSL140.45º97.78%17.65%-
HSV(B)140.45º98.88%34.9%-
XYZ3.837.252.49-
YUV56.08113.8588.72-

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) = 73.55%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=0.83%
G=73.55%
B=25.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189310.9900.650.65140.4597.7817.65
Hex1591F63041418c6212
Octal113137143010110121414222
Binary1101100111111110001101000001100000110001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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