Html Css Color HEX #015B11 Crusoe

📋 copy color: '#015B11'

red 1 ◦ green 91 ◦ blue 17

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

Shades of Crusoe #015B11

Tints of Crusoe #015B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 83.49%

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

R = 0.92%
G = 83.49%
B = 15.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#015B11 (or 0x015B11) is known color: Crusoe. HEX triplet: 01, 5B and 11. RGB value is (1,91,17). Sum of RGB (Red+Green+Blue) = 1+91+17=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #015B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B11 is #FEA4EE. Grayscale: #373737. Windows color (decimal): -16688367 or 1137409. OLE color: 1137409.

HSL color Cylindrical-coordinate representation of color #015B11: hue angle of 130.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B11 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 91 17 -
CMYK 0.99 0 0.81 0.64
HSL 130.67º 0.98% 0.18% -
HSV(B) 130.67º 0.99% 0.36% -
XYZ 3.85 7.53 1.78 -
YUV 55.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 1 91 17 0.99 0 0.81 0.64 130.67 0.98 0.18
Hex 1 5B 11 63 0 51 40 83 62 12
Octal 1 133 21 143 0 121 100 203 142 22
Binary 1 1011011 10001 1100011 0 1010001 1000000 10000011 1100010 10010

Color Harmonies of #015B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B11

Black with #015B11

Text Example


Text Example

White with #015B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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