Html Css Color HEX #016315 Crusoe

📋 copy color: '#016315'

red 1 ◦ green 99 ◦ blue 21

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

Shades of Crusoe #016315

Tints of Crusoe #016315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 0.83%
G = 81.82%
B = 17.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#016315 (or 0x016315) is known color: Crusoe. HEX triplet: 01, 63 and 15. RGB value is (1,99,21). Sum of RGB (Red+Green+Blue) = 1+99+21=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #016315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016315 is #FE9CEA. Grayscale: #3D3D3D. Windows color (decimal): -16686315 or 1401601. OLE color: 1401601.

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

Color convert

RGB 1 99 21 -
CMYK 0.99 0 0.79 0.61
HSL 132.24º 0.98% 0.2% -
HSV(B) 132.24º 0.99% 0.39% -
XYZ 4.61 8.98 2.2 -
YUV 60.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 1 99 21 0.99 0 0.79 0.61 132.24 0.98 0.2
Hex 1 63 15 63 0 4F 3D 84 62 14
Octal 1 143 25 143 0 117 75 204 142 24
Binary 1 1100011 10101 1100011 0 1001111 111101 10000100 1100010 10100

Color Harmonies of #016315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016315

Black with #016315

Text Example


Text Example

White with #016315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016315; }

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

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

background-color css

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

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

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

border-color css

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

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

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