Html Css Color HEX #13592C Crusoe

📋 copy color: '#13592C'

red 19 ◦ green 89 ◦ blue 44

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

Shades of Crusoe #13592C

Tints of Crusoe #13592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 12.5%
G = 58.55%
B = 28.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#13592C (or 0x13592C) is known color: Crusoe. HEX triplet: 13, 59 and 2C. RGB value is (19,89,44). Sum of RGB (Red+Green+Blue) = 19+89+44=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #13592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13592C is #ECA6D3. Grayscale: #3F3F3F. Windows color (decimal): -15509204 or 2906387. OLE color: 2906387.

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

Color convert

RGB 19 89 44 -
CMYK 0.79 0 0.51 0.65
HSL 141.43º 0.65% 0.21% -
HSV(B) 141.43º 0.79% 0.35% -
XYZ 4.3 7.47 3.6 -
YUV 62.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 19 89 44 0.79 0 0.51 0.65 141.43 0.65 0.21
Hex 13 59 2C 4F 0 33 41 8D 41 15
Octal 23 131 54 117 0 63 101 215 101 25
Binary 10011 1011001 101100 1001111 0 110011 1000001 10001101 1000001 10101

Color Harmonies of #13592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13592C

Black with #13592C

Text Example


Text Example

White with #13592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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