Html Css Color HEX #015811 Crusoe

📋 copy color: '#015811'

red 1 ◦ green 88 ◦ blue 17

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

Shades of Crusoe #015811

Tints of Crusoe #015811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 0.94%
G = 83.02%
B = 16.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#015811 (or 0x015811) is known color: Crusoe. HEX triplet: 01, 58 and 11. RGB value is (1,88,17). Sum of RGB (Red+Green+Blue) = 1+88+17=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #015811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015811 is #FEA7EE. Grayscale: #363636. Windows color (decimal): -16689135 or 1136641. OLE color: 1136641.

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

Color convert

RGB 1 88 17 -
CMYK 0.99 0 0.81 0.65
HSL 131.03º 0.98% 0.17% -
HSV(B) 131.03º 0.99% 0.35% -
XYZ 3.6 7.03 1.7 -
YUV 53.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 1 88 17 0.99 0 0.81 0.65 131.03 0.98 0.17
Hex 1 58 11 63 0 51 41 83 62 11
Octal 1 130 21 143 0 121 101 203 142 21
Binary 1 1011000 10001 1100011 0 1010001 1000001 10000011 1100010 10001

Color Harmonies of #015811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015811

Black with #015811

Text Example


Text Example

White with #015811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015811; }

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

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

background-color css

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

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

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

border-color css

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

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

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