Html Css Color HEX #01581C Crusoe

📋 copy color: '#01581C'

red 1 ◦ green 88 ◦ blue 28

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

Shades of Crusoe #01581C

Tints of Crusoe #01581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 0.85%
G = 75.21%
B = 23.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#01581C (or 0x01581C) is known color: Crusoe. HEX triplet: 01, 58 and 1C. RGB value is (1,88,28). Sum of RGB (Red+Green+Blue) = 1+88+28=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #01581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01581C is #FEA7E3. Grayscale: #373737. Windows color (decimal): -16689124 or 1857537. OLE color: 1857537.

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

Color convert

RGB 1 88 28 -
CMYK 0.99 0 0.68 0.65
HSL 138.62º 0.98% 0.17% -
HSV(B) 138.62º 0.99% 0.35% -
XYZ 3.71 7.07 2.27 -
YUV 55.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 1 88 28 0.99 0 0.68 0.65 138.62 0.98 0.17
Hex 1 58 1C 63 0 44 41 8B 62 11
Octal 1 130 34 143 0 104 101 213 142 21
Binary 1 1011000 11100 1100011 0 1000100 1000001 10001011 1100010 10001

Color Harmonies of #01581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01581C

Black with #01581C

Text Example


Text Example

White with #01581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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