#13522F

Color #13522F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #13522F

Tints of Crusoe #13522F

Color information

#13522F (or 0x13522F) is unknown color: approx 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

RGB198247-
CMYK0.7700.430.68
HSL146.67º62.38%19.8%-
HSV(B)146.67º76.83%32.16%-
XYZ3.86.383.72-
YUV59.17121.1399.35-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982470.7700.430.68146.6762.3819.8
Hex13522F4D02B44933e14
Octal23122571150531042237624
Binary1001110100101011111001101010101110001001001001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>