Html Css Color HEX #015B14 Crusoe

📋 copy color: '#015B14'

red 1 ◦ green 91 ◦ blue 20

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

Shades of Crusoe #015B14

Tints of Crusoe #015B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 0.89%
G = 81.25%
B = 17.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#015B14 (or 0x015B14) is known color: Crusoe. HEX triplet: 01, 5B and 14. RGB value is (1,91,20). Sum of RGB (Red+Green+Blue) = 1+91+20=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #015B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B14 is #FEA4EB. Grayscale: #383838. Windows color (decimal): -16688364 or 1334017. OLE color: 1334017.

HSL color Cylindrical-coordinate representation of color #015B14: hue angle of 132.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 #015B14 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 91 20 -
CMYK 0.99 0 0.78 0.64
HSL 132.67º 0.98% 0.18% -
HSV(B) 132.67º 0.99% 0.36% -
XYZ 3.88 7.54 1.91 -
YUV 56 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 1 91 20 0.99 0 0.78 0.64 132.67 0.98 0.18
Hex 1 5B 14 63 0 4E 40 85 62 12
Octal 1 133 24 143 0 116 100 205 142 22
Binary 1 1011011 10100 1100011 0 1001110 1000000 10000101 1100010 10010

Color Harmonies of #015B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B14

Black with #015B14

Text Example


Text Example

White with #015B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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