Html Css Color HEX #01581B Crusoe

📋 copy color: '#01581B'

red 1 ◦ green 88 ◦ blue 27

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

Shades of Crusoe #01581B

Tints of Crusoe #01581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 0.86%
G = 75.86%
B = 23.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#01581B (or 0x01581B) is known color: Crusoe. HEX triplet: 01, 58 and 1B. RGB value is (1,88,27). Sum of RGB (Red+Green+Blue) = 1+88+27=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #01581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01581B is #FEA7E4. Grayscale: #373737. Windows color (decimal): -16689125 or 1792001. OLE color: 1792001.

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

Color convert

RGB 1 88 27 -
CMYK 0.99 0 0.69 0.65
HSL 137.93º 0.98% 0.17% -
HSV(B) 137.93º 0.99% 0.35% -
XYZ 3.7 7.07 2.21 -
YUV 55.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 1 88 27 0.99 0 0.69 0.65 137.93 0.98 0.17
Hex 1 58 1B 63 0 45 41 8A 62 11
Octal 1 130 33 143 0 105 101 212 142 21
Binary 1 1011000 11011 1100011 0 1000101 1000001 10001010 1100010 10001

Color Harmonies of #01581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01581B

Black with #01581B

Text Example


Text Example

White with #01581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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