Html Css Color HEX #015D13 Crusoe

📋 copy color: '#015D13'

red 1 ◦ green 93 ◦ blue 19

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

Shades of Crusoe #015D13

Tints of Crusoe #015D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 82.3%

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

R = 0.88%
G = 82.3%
B = 16.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#015D13 (or 0x015D13) is known color: Crusoe. HEX triplet: 01, 5D and 13. RGB value is (1,93,19). Sum of RGB (Red+Green+Blue) = 1+93+19=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #015D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D13 is #FEA2EC. Grayscale: #393939. Windows color (decimal): -16687853 or 1268993. OLE color: 1268993.

HSL color Cylindrical-coordinate representation of color #015D13: hue angle of 131.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D13 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 19 -
CMYK 0.99 0 0.80 0.64
HSL 131.74º 0.98% 0.18% -
HSV(B) 131.74º 0.99% 0.36% -
XYZ 4.04 7.88 1.92 -
YUV 57.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 1 93 19 0.99 0 0.80 0.64 131.74 0.98 0.18
Hex 1 5D 13 63 0 50 40 84 62 12
Octal 1 135 23 143 0 120 100 204 142 22
Binary 1 1011101 10011 1100011 0 1010000 1000000 10000100 1100010 10010

Color Harmonies of #015D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D13

Black with #015D13

Text Example


Text Example

White with #015D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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