Html Css Color HEX #01591A Crusoe

📋 copy color: '#01591A'

red 1 ◦ green 89 ◦ blue 26

#01591A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #01591A

Tints of Crusoe #01591A

RGB

 RED value IS 1 (0.78% from 255) = 0.86%

 GREEN value IS 89 (35.16% from 255) = 76.72%

 BLUE value IS 26 (10.55% from 255) = 22.41%

R = 0.86%
G = 76.72%
B = 22.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#01591A (or 0x01591A) is known color: Crusoe. HEX triplet: 01, 59 and 1A. RGB value is (1,89,26). Sum of RGB (Red+Green+Blue) = 1+89+26=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #01591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01591A is #FEA6E5. Grayscale: #373737. Windows color (decimal): -16688870 or 1726721. OLE color: 1726721.

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

Color convert

RGB 1 89 26 -
CMYK 0.99 0 0.71 0.65
HSL 137.05º 0.98% 0.18% -
HSV(B) 137.05º 0.99% 0.35% -
XYZ 3.77 7.23 2.17 -
YUV 55.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 1 89 26 0.99 0 0.71 0.65 137.05 0.98 0.18
Hex 1 59 1A 63 0 47 41 89 62 12
Octal 1 131 32 143 0 107 101 211 142 22
Binary 1 1011001 11010 1100011 0 1000111 1000001 10001001 1100010 10010

Color Harmonies of #01591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01591A

Black with #01591A

Text Example


Text Example

White with #01591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01591A;
 }
 .AnyTagClassName
 {
   color: #01591A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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