Html Css Color HEX #016021 Crusoe

📋 copy color: '#016021'

red 1 ◦ green 96 ◦ blue 33

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

Shades of Crusoe #016021

Tints of Crusoe #016021

RGB

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

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

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

R = 0.77%
G = 73.85%
B = 25.38%

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

#016021 (or 0x016021) is known color: Crusoe. HEX triplet: 01, 60 and 21. RGB value is (1,96,33). Sum of RGB (Red+Green+Blue) = 1+96+33=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #016021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016021 is #FE9FDE. Grayscale: #3C3C3C. Windows color (decimal): -16687071 or 2187265. OLE color: 2187265.

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

Color convert

RGB 1 96 33 -
CMYK 0.99 0 0.66 0.62
HSL 140.21º 0.98% 0.19% -
HSV(B) 140.21º 0.99% 0.38% -
XYZ 4.47 8.48 2.84 -
YUV 60.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 1 96 33 0.99 0 0.66 0.62 140.21 0.98 0.19
Hex 1 60 21 63 0 42 3E 8C 62 13
Octal 1 140 41 143 0 102 76 214 142 23
Binary 1 1100000 100001 1100011 0 1000010 111110 10001100 1100010 10011

Color Harmonies of #016021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016021

Black with #016021

Text Example


Text Example

White with #016021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016021; }

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

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

background-color css

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

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

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

border-color css

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

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

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