Html Css Color HEX #13571C Crusoe

📋 copy color: '#13571C'

red 19 ◦ green 87 ◦ blue 28

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

Shades of Crusoe #13571C

Tints of Crusoe #13571C

RGB

 RED value IS 19 (7.81% from 255) = 14.18%

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 14.18%
G = 64.93%
B = 20.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#13571C (or 0x13571C) is known color: Crusoe. HEX triplet: 13, 57 and 1C. RGB value is (19,87,28). Sum of RGB (Red+Green+Blue) = 19+87+28=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #13571C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13571C is #ECA8E3. Grayscale: #3C3C3C. Windows color (decimal): -15509732 or 1857299. OLE color: 1857299.

HSL color Cylindrical-coordinate representation of color #13571C: hue angle of 127.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13571C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 28 -
CMYK 0.78 0 0.68 0.66
HSL 127.94º 0.64% 0.21% -
HSV(B) 127.94º 0.78% 0.34% -
XYZ 3.89 7.04 2.25 -
YUV 59.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 19 87 28 0.78 0 0.68 0.66 127.94 0.64 0.21
Hex 13 57 1C 4E 0 44 42 80 40 15
Octal 23 127 34 116 0 104 102 200 100 25
Binary 10011 1010111 11100 1001110 0 1000100 1000010 10000000 1000000 10101

Color Harmonies of #13571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13571C

Black with #13571C

Text Example


Text Example

White with #13571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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