Html Css Color HEX #015813 Crusoe

📋 copy color: '#015813'

red 1 ◦ green 88 ◦ blue 19

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

Shades of Crusoe #015813

Tints of Crusoe #015813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 81.48%

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

R = 0.93%
G = 81.48%
B = 17.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#015813 (or 0x015813) is known color: Crusoe. HEX triplet: 01, 58 and 13. RGB value is (1,88,19). Sum of RGB (Red+Green+Blue) = 1+88+19=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #015813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015813 is #FEA7EC. Grayscale: #363636. Windows color (decimal): -16689133 or 1267713. OLE color: 1267713.

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

Color convert

RGB 1 88 19 -
CMYK 0.99 0 0.78 0.65
HSL 132.41º 0.98% 0.17% -
HSV(B) 132.41º 0.99% 0.35% -
XYZ 3.62 7.03 1.78 -
YUV 54.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 1 88 19 0.99 0 0.78 0.65 132.41 0.98 0.17
Hex 1 58 13 63 0 4E 41 84 62 11
Octal 1 130 23 143 0 116 101 204 142 21
Binary 1 1011000 10011 1100011 0 1001110 1000001 10000100 1100010 10001

Color Harmonies of #015813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015813

Black with #015813

Text Example


Text Example

White with #015813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015813; }

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

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

background-color css

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

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

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

border-color css

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

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

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