Html Css Color HEX #016215 Crusoe

📋 copy color: '#016215'

red 1 ◦ green 98 ◦ blue 21

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

Shades of Crusoe #016215

Tints of Crusoe #016215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 81.67%

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

R = 0.83%
G = 81.67%
B = 17.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#016215 (or 0x016215) is known color: Crusoe. HEX triplet: 01, 62 and 15. RGB value is (1,98,21). Sum of RGB (Red+Green+Blue) = 1+98+21=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #016215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016215 is #FE9DEA. Grayscale: #3C3C3C. Windows color (decimal): -16686571 or 1401345. OLE color: 1401345.

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

Color convert

RGB 1 98 21 -
CMYK 0.99 0 0.79 0.62
HSL 132.37º 0.98% 0.19% -
HSV(B) 132.37º 0.99% 0.38% -
XYZ 4.52 8.8 2.17 -
YUV 60.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 1 98 21 0.99 0 0.79 0.62 132.37 0.98 0.19
Hex 1 62 15 63 0 4F 3E 84 62 13
Octal 1 142 25 143 0 117 76 204 142 23
Binary 1 1100010 10101 1100011 0 1001111 111110 10000100 1100010 10011

Color Harmonies of #016215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016215

Black with #016215

Text Example


Text Example

White with #016215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016215; }

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

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

background-color css

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

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

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

border-color css

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

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

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