Html Css Color HEX #13522F Crusoe

📋 copy color: '#13522F'

red 19 ◦ green 82 ◦ blue 47

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

Shades of Crusoe #13522F

Tints of Crusoe #13522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 12.84%
G = 55.41%
B = 31.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#13522F (or 0x13522F) is known color: Crusoe. HEX triplet: 13, 52 and 2F. RGB value is (19,82,47). Sum of RGB (Red+Green+Blue) = 19+82+47=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #13522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13522F is #ECADD0. Grayscale: #3B3B3B. Windows color (decimal): -15510993 or 3101203. OLE color: 3101203.

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

Color convert

RGB 19 82 47 -
CMYK 0.77 0 0.43 0.68
HSL 146.67º 0.62% 0.2% -
HSV(B) 146.67º 0.77% 0.32% -
XYZ 3.8 6.38 3.72 -
YUV 59.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 19 82 47 0.77 0 0.43 0.68 146.67 0.62 0.2
Hex 13 52 2F 4D 0 2B 44 93 3E 14
Octal 23 122 57 115 0 53 104 223 76 24
Binary 10011 1010010 101111 1001101 0 101011 1000100 10010011 111110 10100

Color Harmonies of #13522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13522F

Black with #13522F

Text Example


Text Example

White with #13522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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