Html Css Color HEX #016221 Crusoe

📋 copy color: '#016221'

red 1 ◦ green 98 ◦ blue 33

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

Shades of Crusoe #016221

Tints of Crusoe #016221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 0.76%
G = 74.24%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#016221 (or 0x016221) is known color: Crusoe. HEX triplet: 01, 62 and 21. RGB value is (1,98,33). Sum of RGB (Red+Green+Blue) = 1+98+33=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #016221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016221 is #FE9DDE. Grayscale: #3D3D3D. Windows color (decimal): -16686559 or 2187777. OLE color: 2187777.

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

Color convert

RGB 1 98 33 -
CMYK 0.99 0 0.66 0.62
HSL 139.79º 0.98% 0.19% -
HSV(B) 139.79º 0.99% 0.38% -
XYZ 4.65 8.85 2.9 -
YUV 61.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 1 98 33 0.99 0 0.66 0.62 139.79 0.98 0.19
Hex 1 62 21 63 0 42 3E 8C 62 13
Octal 1 142 41 143 0 102 76 214 142 23
Binary 1 1100010 100001 1100011 0 1000010 111110 10001100 1100010 10011

Color Harmonies of #016221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016221

Black with #016221

Text Example


Text Example

White with #016221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016221; }

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

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

background-color css

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

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

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

border-color css

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

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

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