Html Css Color HEX #13591D Crusoe

📋 copy color: '#13591D'

red 19 ◦ green 89 ◦ blue 29

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

Shades of Crusoe #13591D

Tints of Crusoe #13591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 13.87%
G = 64.96%
B = 21.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#13591D (or 0x13591D) is known color: Crusoe. HEX triplet: 13, 59 and 1D. RGB value is (19,89,29). Sum of RGB (Red+Green+Blue) = 19+89+29=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #13591D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591D is #ECA6E2. Grayscale: #3D3D3D. Windows color (decimal): -15509219 or 1923347. OLE color: 1923347.

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

Color convert

RGB 19 89 29 -
CMYK 0.79 0 0.67 0.65
HSL 128.57º 0.65% 0.21% -
HSV(B) 128.57º 0.79% 0.35% -
XYZ 4.06 7.37 2.37 -
YUV 61.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 19 89 29 0.79 0 0.67 0.65 128.57 0.65 0.21
Hex 13 59 1D 4F 0 43 41 81 41 15
Octal 23 131 35 117 0 103 101 201 101 25
Binary 10011 1011001 11101 1001111 0 1000011 1000001 10000001 1000001 10101

Color Harmonies of #13591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13591D

Black with #13591D

Text Example


Text Example

White with #13591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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