Html Css Color HEX #016016 Crusoe

📋 copy color: '#016016'

red 1 ◦ green 96 ◦ blue 22

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

Shades of Crusoe #016016

Tints of Crusoe #016016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 0.84%
G = 80.67%
B = 18.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#016016 (or 0x016016) is known color: Crusoe. HEX triplet: 01, 60 and 16. RGB value is (1,96,22). Sum of RGB (Red+Green+Blue) = 1+96+22=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #016016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016016 is #FE9FE9. Grayscale: #3B3B3B. Windows color (decimal): -16687082 or 1466369. OLE color: 1466369.

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

Color convert

RGB 1 96 22 -
CMYK 0.99 0 0.77 0.62
HSL 133.26º 0.98% 0.19% -
HSV(B) 133.26º 0.99% 0.38% -
XYZ 4.34 8.43 2.16 -
YUV 59.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 1 96 22 0.99 0 0.77 0.62 133.26 0.98 0.19
Hex 1 60 16 63 0 4D 3E 85 62 13
Octal 1 140 26 143 0 115 76 205 142 23
Binary 1 1100000 10110 1100011 0 1001101 111110 10000101 1100010 10011

Color Harmonies of #016016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016016

Black with #016016

Text Example


Text Example

White with #016016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016016; }

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

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

background-color css

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

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

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

border-color css

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

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

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