Html Css Color HEX #016329 Crusoe

📋 copy color: '#016329'

red 1 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #016329

Tints of Crusoe #016329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 70.21%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 0.71%
G = 70.21%
B = 29.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#016329 (or 0x016329) is known color: Crusoe. HEX triplet: 01, 63 and 29. RGB value is (1,99,41). Sum of RGB (Red+Green+Blue) = 1+99+41=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #016329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016329 is #FE9CD6. Grayscale: #3F3F3F. Windows color (decimal): -16686295 or 2712321. OLE color: 2712321.

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

Color convert

RGB 1 99 41 -
CMYK 0.99 0 0.59 0.61
HSL 144.49º 0.98% 0.2% -
HSV(B) 144.49º 0.99% 0.39% -
XYZ 4.87 9.09 3.6 -
YUV 63.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 1 99 41 0.99 0 0.59 0.61 144.49 0.98 0.2
Hex 1 63 29 63 0 3B 3D 90 62 14
Octal 1 143 51 143 0 73 75 220 142 24
Binary 1 1100011 101001 1100011 0 111011 111101 10010000 1100010 10100

Color Harmonies of #016329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016329

Black with #016329

Text Example


Text Example

White with #016329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016329; }

 p { color: rgb(1,99,41); }

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

background-color css

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

 a { background-color: rgb(1,99,41); }

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

border-color css

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

 span { border-color: rgb(1,99,41); }

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