#13522A

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

Shades of Crusoe #13522A

Tints of Crusoe #13522A

Color information

#13522A (or 0x13522A) is unknown color: approx Crusoe. HEX triplet: 13, 52 and 2A. RGB value is (19,82,42). Sum of RGB (Red+Green+Blue) = 19+82+42=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #13522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13522A is #ECADD5. Grayscale: #3A3A3A. Windows color (decimal): -15510998 or 2773523. OLE color: 2773523.

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

Color convert

RGB198242-
CMYK0.7700.490.68
HSL141.9º62.38%19.8%-
HSV(B)141.9º76.83%32.16%-
XYZ3.76.343.22-
YUV58.6118.6399.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=13.29%
G=57.34%
B=29.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982420.7700.490.68141.962.3819.8
Hex13522A4D031448e3e14
Octal23122521150611042167624
Binary1001110100101010101001101011000110001001000111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13522A;
 }
 .AnyTagClassName
 {
   color: #13522A;
 }
</style>
background-color css

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

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

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

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

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

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