Html Css Color HEX #015913 Crusoe

📋 copy color: '#015913'

red 1 ◦ green 89 ◦ blue 19

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

Shades of Crusoe #015913

Tints of Crusoe #015913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 81.65%

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

R = 0.92%
G = 81.65%
B = 17.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#015913 (or 0x015913) is known color: Crusoe. HEX triplet: 01, 59 and 13. RGB value is (1,89,19). Sum of RGB (Red+Green+Blue) = 1+89+19=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #015913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015913 is #FEA6EC. Grayscale: #363636. Windows color (decimal): -16688877 or 1267969. OLE color: 1267969.

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

Color convert

RGB 1 89 19 -
CMYK 0.99 0 0.79 0.65
HSL 132.27º 0.98% 0.18% -
HSV(B) 132.27º 0.99% 0.35% -
XYZ 3.7 7.2 1.81 -
YUV 54.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 1 89 19 0.99 0 0.79 0.65 132.27 0.98 0.18
Hex 1 59 13 63 0 4F 41 84 62 12
Octal 1 131 23 143 0 117 101 204 142 22
Binary 1 1011001 10011 1100011 0 1001111 1000001 10000100 1100010 10010

Color Harmonies of #015913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015913

Black with #015913

Text Example


Text Example

White with #015913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015913; }

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

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

background-color css

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

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

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

border-color css

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

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

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