Html Css Color HEX #13592B Crusoe

📋 copy color: '#13592B'

red 19 ◦ green 89 ◦ blue 43

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

Shades of Crusoe #13592B

Tints of Crusoe #13592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 12.58%
G = 58.94%
B = 28.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#13592B (or 0x13592B) is known color: Crusoe. HEX triplet: 13, 59 and 2B. RGB value is (19,89,43). Sum of RGB (Red+Green+Blue) = 19+89+43=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #13592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13592B is #ECA6D4. Grayscale: #3E3E3E. Windows color (decimal): -15509205 or 2840851. OLE color: 2840851.

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

Color convert

RGB 19 89 43 -
CMYK 0.79 0 0.52 0.65
HSL 140.57º 0.65% 0.21% -
HSV(B) 140.57º 0.79% 0.35% -
XYZ 4.28 7.46 3.5 -
YUV 62.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 19 89 43 0.79 0 0.52 0.65 140.57 0.65 0.21
Hex 13 59 2B 4F 0 34 41 8D 41 15
Octal 23 131 53 117 0 64 101 215 101 25
Binary 10011 1011001 101011 1001111 0 110100 1000001 10001101 1000001 10101

Color Harmonies of #13592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13592B

Black with #13592B

Text Example


Text Example

White with #13592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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