Html Css Color HEX #016325 Crusoe

📋 copy color: '#016325'

red 1 ◦ green 99 ◦ blue 37

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

Shades of Crusoe #016325

Tints of Crusoe #016325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 0.73%
G = 72.26%
B = 27.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#016325 (or 0x016325) is known color: Crusoe. HEX triplet: 01, 63 and 25. RGB value is (1,99,37). Sum of RGB (Red+Green+Blue) = 1+99+37=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #016325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016325 is #FE9CDA. Grayscale: #3E3E3E. Windows color (decimal): -16686299 or 2450177. OLE color: 2450177.

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

Color convert

RGB 1 99 37 -
CMYK 0.99 0 0.63 0.61
HSL 142.04º 0.98% 0.2% -
HSV(B) 142.04º 0.99% 0.39% -
XYZ 4.81 9.06 3.25 -
YUV 62.63 113.53 84.04 -
System Red Green Blue C M Y K H S L
Decimal 1 99 37 0.99 0 0.63 0.61 142.04 0.98 0.2
Hex 1 63 25 63 0 3F 3D 8E 62 14
Octal 1 143 45 143 0 77 75 216 142 24
Binary 1 1100011 100101 1100011 0 111111 111101 10001110 1100010 10100

Color Harmonies of #016325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016325

Black with #016325

Text Example


Text Example

White with #016325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016325; }

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

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

background-color css

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

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

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

border-color css

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

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

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