Html Css Color HEX #13592A Crusoe

📋 copy color: '#13592A'

red 19 ◦ green 89 ◦ blue 42

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

Shades of Crusoe #13592A

Tints of Crusoe #13592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28%

R = 12.67%
G = 59.33%
B = 28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#13592A (or 0x13592A) is known color: Crusoe. HEX triplet: 13, 59 and 2A. RGB value is (19,89,42). Sum of RGB (Red+Green+Blue) = 19+89+42=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #13592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13592A is #ECA6D5. Grayscale: #3E3E3E. Windows color (decimal): -15509206 or 2775315. OLE color: 2775315.

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

Color convert

RGB 19 89 42 -
CMYK 0.79 0 0.53 0.65
HSL 139.71º 0.65% 0.21% -
HSV(B) 139.71º 0.79% 0.35% -
XYZ 4.26 7.45 3.4 -
YUV 62.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 19 89 42 0.79 0 0.53 0.65 139.71 0.65 0.21
Hex 13 59 2A 4F 0 35 41 8C 41 15
Octal 23 131 52 117 0 65 101 214 101 25
Binary 10011 1011001 101010 1001111 0 110101 1000001 10001100 1000001 10101

Color Harmonies of #13592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13592A

Black with #13592A

Text Example


Text Example

White with #13592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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