Html Css Color HEX #13522B Crusoe

📋 copy color: '#13522B'

red 19 ◦ green 82 ◦ blue 43

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

Shades of Crusoe #13522B

Tints of Crusoe #13522B

RGB

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

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

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

R = 13.19%
G = 56.94%
B = 29.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#13522B (or 0x13522B) is known color: Crusoe. HEX triplet: 13, 52 and 2B. RGB value is (19,82,43). Sum of RGB (Red+Green+Blue) = 19+82+43=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #13522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13522B is #ECADD4. Grayscale: #3A3A3A. Windows color (decimal): -15510997 or 2839059. OLE color: 2839059.

HSL color Cylindrical-coordinate representation of color #13522B: hue angle of 142.86º 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 #13522B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 43 -
CMYK 0.77 0 0.48 0.68
HSL 142.86º 0.62% 0.2% -
HSV(B) 142.86º 0.77% 0.32% -
XYZ 3.72 6.35 3.31 -
YUV 58.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 19 82 43 0.77 0 0.48 0.68 142.86 0.62 0.2
Hex 13 52 2B 4D 0 30 44 8F 3E 14
Octal 23 122 53 115 0 60 104 217 76 24
Binary 10011 1010010 101011 1001101 0 110000 1000100 10001111 111110 10100

Color Harmonies of #13522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13522B

Black with #13522B

Text Example


Text Example

White with #13522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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