Html Css Color HEX #016621 Crusoe

📋 copy color: '#016621'

red 1 ◦ green 102 ◦ blue 33

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

Shades of Crusoe #016621

Tints of Crusoe #016621

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75%

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

R = 0.74%
G = 75%
B = 24.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#016621 (or 0x016621) is known color: Crusoe. HEX triplet: 01, 66 and 21. RGB value is (1,102,33). Sum of RGB (Red+Green+Blue) = 1+102+33=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #016621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016621 is #FE99DE. Grayscale: #404040. Windows color (decimal): -16685535 or 2188801. OLE color: 2188801.

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

Color convert

RGB 1 102 33 -
CMYK 0.99 0 0.68 0.6
HSL 139.01º 0.98% 0.2% -
HSV(B) 139.01º 0.99% 0.4% -
XYZ 5.04 9.62 3.03 -
YUV 63.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 1 102 33 0.99 0 0.68 0.6 139.01 0.98 0.2
Hex 1 66 21 63 0 44 3C 8B 62 14
Octal 1 146 41 143 0 104 74 213 142 24
Binary 1 1100110 100001 1100011 0 1000100 111100 10001011 1100010 10100

Color Harmonies of #016621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016621

Black with #016621

Text Example


Text Example

White with #016621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016621; }

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

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

background-color css

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

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

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

border-color css

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

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

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