#13532A

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

Shades of Crusoe #13532A

Tints of Crusoe #13532A

Color information

#13532A (or 0x13532A) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 2A. RGB value is (19,83,42). Sum of RGB (Red+Green+Blue) = 19+83+42=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #13532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13532A is #ECACD5. Grayscale: #3B3B3B. Windows color (decimal): -15510742 or 2773779. OLE color: 2773779.

HSL color Cylindrical-coordinate representation of color #13532A: hue angle of 141.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13532A is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB198342-
CMYK0.7700.490.67
HSL141.56º62.75%20%-
HSV(B)141.56º77.11%32.55%-
XYZ3.786.493.24-
YUV59.19118.399.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=13.19%
G=57.64%
B=29.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983420.7700.490.67141.5662.7520
Hex13532A4D031438e3f14
Octal23123521150611032167724
Binary1001110100111010101001101011000110000111000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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