Html Css Color HEX #015613 Crusoe

📋 copy color: '#015613'

red 1 ◦ green 86 ◦ blue 19

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

Shades of Crusoe #015613

Tints of Crusoe #015613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 81.13%

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

R = 0.94%
G = 81.13%
B = 17.92%

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

#015613 (or 0x015613) is known color: Crusoe. HEX triplet: 01, 56 and 13. RGB value is (1,86,19). Sum of RGB (Red+Green+Blue) = 1+86+19=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 86 (33.98% from 255 or 81.13% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 86 - color contains mainly: green. Hex color #015613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015613 is #FEA9EC. Grayscale: #353535. Windows color (decimal): -16689645 or 1267201. OLE color: 1267201.

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

Color convert

RGB 1 86 19 -
CMYK 0.99 0 0.78 0.66
HSL 132.71º 0.98% 0.17% -
HSV(B) 132.71º 0.99% 0.34% -
XYZ 3.46 6.71 1.73 -
YUV 52.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 1 86 19 0.99 0 0.78 0.66 132.71 0.98 0.17
Hex 1 56 13 63 0 4E 42 85 62 11
Octal 1 126 23 143 0 116 102 205 142 21
Binary 1 1010110 10011 1100011 0 1001110 1000010 10000101 1100010 10001

Color Harmonies of #015613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015613

Black with #015613

Text Example


Text Example

White with #015613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015613; }

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

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

background-color css

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

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

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

border-color css

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

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

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