Html Css Color HEX #13591F Crusoe

📋 copy color: '#13591F'

red 19 ◦ green 89 ◦ blue 31

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

Shades of Crusoe #13591F

Tints of Crusoe #13591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 13.67%
G = 64.03%
B = 22.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#13591F (or 0x13591F) is known color: Crusoe. HEX triplet: 13, 59 and 1F. RGB value is (19,89,31). Sum of RGB (Red+Green+Blue) = 19+89+31=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #13591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13591F is #ECA6E0. Grayscale: #3D3D3D. Windows color (decimal): -15509217 or 2054419. OLE color: 2054419.

HSL color Cylindrical-coordinate representation of color #13591F: hue angle of 130.29º 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 #13591F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 31 -
CMYK 0.79 0 0.65 0.65
HSL 130.29º 0.65% 0.21% -
HSV(B) 130.29º 0.79% 0.35% -
XYZ 4.09 7.38 2.51 -
YUV 61.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 19 89 31 0.79 0 0.65 0.65 130.29 0.65 0.21
Hex 13 59 1F 4F 0 41 41 82 41 15
Octal 23 131 37 117 0 101 101 202 101 25
Binary 10011 1011001 11111 1001111 0 1000001 1000001 10000010 1000001 10101

Color Harmonies of #13591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13591F

Black with #13591F

Text Example


Text Example

White with #13591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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