Html Css Color HEX #016821 Crusoe

📋 copy color: '#016821'

red 1 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #016821

Tints of Crusoe #016821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 75.36%

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

R = 0.72%
G = 75.36%
B = 23.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#016821 (or 0x016821) is known color: Crusoe. HEX triplet: 01, 68 and 21. RGB value is (1,104,33). Sum of RGB (Red+Green+Blue) = 1+104+33=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #016821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016821 is #FE97DE. Grayscale: #414141. Windows color (decimal): -16685023 or 2189313. OLE color: 2189313.

HSL color Cylindrical-coordinate representation of color #016821: hue angle of 138.64º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016821 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 33 -
CMYK 0.99 0 0.68 0.59
HSL 138.64º 0.98% 0.21% -
HSV(B) 138.64º 0.99% 0.41% -
XYZ 5.24 10.02 3.1 -
YUV 65.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 1 104 33 0.99 0 0.68 0.59 138.64 0.98 0.21
Hex 1 68 21 63 0 44 3B 8B 62 15
Octal 1 150 41 143 0 104 73 213 142 25
Binary 1 1101000 100001 1100011 0 1000100 111011 10001011 1100010 10101

Color Harmonies of #016821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016821

Black with #016821

Text Example


Text Example

White with #016821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016821; }

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

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

background-color css

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

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

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

border-color css

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

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

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