Html Css Color HEX #016327 Crusoe

📋 copy color: '#016327'

red 1 ◦ green 99 ◦ blue 39

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

Shades of Crusoe #016327

Tints of Crusoe #016327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 0.72%
G = 71.22%
B = 28.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#016327 (or 0x016327) is known color: Crusoe. HEX triplet: 01, 63 and 27. RGB value is (1,99,39). Sum of RGB (Red+Green+Blue) = 1+99+39=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #016327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016327 is #FE9CD8. Grayscale: #3E3E3E. Windows color (decimal): -16686297 or 2581249. OLE color: 2581249.

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

Color convert

RGB 1 99 39 -
CMYK 0.99 0 0.61 0.61
HSL 143.27º 0.98% 0.2% -
HSV(B) 143.27º 0.99% 0.39% -
XYZ 4.84 9.08 3.42 -
YUV 62.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 1 99 39 0.99 0 0.61 0.61 143.27 0.98 0.2
Hex 1 63 27 63 0 3D 3D 8F 62 14
Octal 1 143 47 143 0 75 75 217 142 24
Binary 1 1100011 100111 1100011 0 111101 111101 10001111 1100010 10100

Color Harmonies of #016327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016327

Black with #016327

Text Example


Text Example

White with #016327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016327; }

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

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

background-color css

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

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

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

border-color css

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

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

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