Html Css Color HEX #016015 Crusoe

📋 copy color: '#016015'

red 1 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #016015

Tints of Crusoe #016015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 81.36%

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 0.85%
G = 81.36%
B = 17.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#016015 (or 0x016015) is known color: Crusoe. HEX triplet: 01, 60 and 15. RGB value is (1,96,21). Sum of RGB (Red+Green+Blue) = 1+96+21=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #016015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016015 is #FE9FEA. Grayscale: #3B3B3B. Windows color (decimal): -16687083 or 1400833. OLE color: 1400833.

HSL color Cylindrical-coordinate representation of color #016015: hue angle of 132.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016015 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 21 -
CMYK 0.99 0 0.78 0.62
HSL 132.63º 0.98% 0.19% -
HSV(B) 132.63º 0.99% 0.38% -
XYZ 4.33 8.43 2.11 -
YUV 59.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 1 96 21 0.99 0 0.78 0.62 132.63 0.98 0.19
Hex 1 60 15 63 0 4E 3E 85 62 13
Octal 1 140 25 143 0 116 76 205 142 23
Binary 1 1100000 10101 1100011 0 1001110 111110 10000101 1100010 10011

Color Harmonies of #016015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016015

Black with #016015

Text Example


Text Example

White with #016015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016015; }

 p { color: rgb(1,96,21); }

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

background-color css

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

 a { background-color: rgb(1,96,21); }

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

border-color css

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

 span { border-color: rgb(1,96,21); }

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