Html Css Color HEX #01581A Crusoe

📋 copy color: '#01581A'

red 1 ◦ green 88 ◦ blue 26

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

Shades of Crusoe #01581A

Tints of Crusoe #01581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 76.52%

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

R = 0.87%
G = 76.52%
B = 22.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#01581A (or 0x01581A) is known color: Crusoe. HEX triplet: 01, 58 and 1A. RGB value is (1,88,26). Sum of RGB (Red+Green+Blue) = 1+88+26=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #01581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01581A is #FEA7E5. Grayscale: #373737. Windows color (decimal): -16689126 or 1726465. OLE color: 1726465.

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

Color convert

RGB 1 88 26 -
CMYK 0.99 0 0.70 0.65
HSL 137.24º 0.98% 0.17% -
HSV(B) 137.24º 0.99% 0.35% -
XYZ 3.69 7.06 2.15 -
YUV 54.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 1 88 26 0.99 0 0.70 0.65 137.24 0.98 0.17
Hex 1 58 1A 63 0 46 41 89 62 11
Octal 1 130 32 143 0 106 101 211 142 21
Binary 1 1011000 11010 1100011 0 1000110 1000001 10001001 1100010 10001

Color Harmonies of #01581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01581A

Black with #01581A

Text Example


Text Example

White with #01581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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