Html Css Color HEX #015713 Crusoe

📋 copy color: '#015713'

red 1 ◦ green 87 ◦ blue 19

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

Shades of Crusoe #015713

Tints of Crusoe #015713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 81.31%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 0.93%
G = 81.31%
B = 17.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#015713 (or 0x015713) is known color: Crusoe. HEX triplet: 01, 57 and 13. RGB value is (1,87,19). Sum of RGB (Red+Green+Blue) = 1+87+19=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #015713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015713 is #FEA8EC. Grayscale: #353535. Windows color (decimal): -16689389 or 1267457. OLE color: 1267457.

HSL color Cylindrical-coordinate representation of color #015713: hue angle of 132.56º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015713 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 87 19 -
CMYK 0.99 0 0.78 0.66
HSL 132.56º 0.98% 0.17% -
HSV(B) 132.56º 0.99% 0.34% -
XYZ 3.54 6.87 1.76 -
YUV 53.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 1 87 19 0.99 0 0.78 0.66 132.56 0.98 0.17
Hex 1 57 13 63 0 4E 42 85 62 11
Octal 1 127 23 143 0 116 102 205 142 21
Binary 1 1010111 10011 1100011 0 1001110 1000010 10000101 1100010 10001

Color Harmonies of #015713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015713

Black with #015713

Text Example


Text Example

White with #015713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015713; }

 p { color: rgb(1,87,19); }

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

background-color css

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

 a { background-color: rgb(1,87,19); }

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

border-color css

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

 span { border-color: rgb(1,87,19); }

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