Html Css Color HEX #13522D Crusoe

📋 copy color: '#13522D'

red 19 ◦ green 82 ◦ blue 45

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

Shades of Crusoe #13522D

Tints of Crusoe #13522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

 BLUE value IS 45 (17.97% from 255) = 30.82%

R = 13.01%
G = 56.16%
B = 30.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#13522D (or 0x13522D) is known color: Crusoe. HEX triplet: 13, 52 and 2D. RGB value is (19,82,45). Sum of RGB (Red+Green+Blue) = 19+82+45=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #13522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13522D is #ECADD2. Grayscale: #3B3B3B. Windows color (decimal): -15510995 or 2970131. OLE color: 2970131.

HSL color Cylindrical-coordinate representation of color #13522D: hue angle of 144.76º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13522D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 45 -
CMYK 0.77 0 0.45 0.68
HSL 144.76º 0.62% 0.2% -
HSV(B) 144.76º 0.77% 0.32% -
XYZ 3.76 6.36 3.51 -
YUV 58.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 19 82 45 0.77 0 0.45 0.68 144.76 0.62 0.2
Hex 13 52 2D 4D 0 2D 44 91 3E 14
Octal 23 122 55 115 0 55 104 221 76 24
Binary 10011 1010010 101101 1001101 0 101101 1000100 10010001 111110 10100

Color Harmonies of #13522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13522D

Black with #13522D

Text Example


Text Example

White with #13522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,82,45); }

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

background-color css

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

 a { background-color: rgb(19,82,45); }

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

border-color css

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

 span { border-color: rgb(19,82,45); }

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