Html Css Color HEX #016316 Crusoe

📋 copy color: '#016316'

red 1 ◦ green 99 ◦ blue 22

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

Shades of Crusoe #016316

Tints of Crusoe #016316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 81.15%

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

R = 0.82%
G = 81.15%
B = 18.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#016316 (or 0x016316) is known color: Crusoe. HEX triplet: 01, 63 and 16. RGB value is (1,99,22). Sum of RGB (Red+Green+Blue) = 1+99+22=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #016316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016316 is #FE9CE9. Grayscale: #3D3D3D. Windows color (decimal): -16686314 or 1467137. OLE color: 1467137.

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

Color convert

RGB 1 99 22 -
CMYK 0.99 0 0.78 0.61
HSL 132.86º 0.98% 0.2% -
HSV(B) 132.86º 0.99% 0.39% -
XYZ 4.62 8.99 2.25 -
YUV 60.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 1 99 22 0.99 0 0.78 0.61 132.86 0.98 0.2
Hex 1 63 16 63 0 4E 3D 85 62 14
Octal 1 143 26 143 0 116 75 205 142 24
Binary 1 1100011 10110 1100011 0 1001110 111101 10000101 1100010 10100

Color Harmonies of #016316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016316

Black with #016316

Text Example


Text Example

White with #016316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016316; }

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

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

background-color css

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

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

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

border-color css

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

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

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