Html Css Color HEX #016323 Crusoe

📋 copy color: '#016323'

red 1 ◦ green 99 ◦ blue 35

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

Shades of Crusoe #016323

Tints of Crusoe #016323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 0.74%
G = 73.33%
B = 25.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#016323 (or 0x016323) is known color: Crusoe. HEX triplet: 01, 63 and 23. RGB value is (1,99,35). Sum of RGB (Red+Green+Blue) = 1+99+35=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #016323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016323 is #FE9CDC. Grayscale: #3E3E3E. Windows color (decimal): -16686301 or 2319105. OLE color: 2319105.

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

Color convert

RGB 1 99 35 -
CMYK 0.99 0 0.65 0.61
HSL 140.82º 0.98% 0.2% -
HSV(B) 140.82º 0.99% 0.39% -
XYZ 4.78 9.05 3.09 -
YUV 62.4 112.53 84.2 -
System Red Green Blue C M Y K H S L
Decimal 1 99 35 0.99 0 0.65 0.61 140.82 0.98 0.2
Hex 1 63 23 63 0 41 3D 8D 62 14
Octal 1 143 43 143 0 101 75 215 142 24
Binary 1 1100011 100011 1100011 0 1000001 111101 10001101 1100010 10100

Color Harmonies of #016323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016323

Black with #016323

Text Example


Text Example

White with #016323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016323; }

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

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

background-color css

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

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

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

border-color css

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

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

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