#13532B

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

Shades of Crusoe #13532B

Tints of Crusoe #13532B

Color information

#13532B (or 0x13532B) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 2B. RGB value is (19,83,43). Sum of RGB (Red+Green+Blue) = 19+83+43=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #13532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13532B is #ECACD4. Grayscale: #3B3B3B. Windows color (decimal): -15510741 or 2839315. OLE color: 2839315.

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

Color convert

RGB198343-
CMYK0.7700.480.67
HSL142.5º62.75%20%-
HSV(B)142.5º77.11%32.55%-
XYZ3.86.53.34-
YUV59.3118.899.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=13.10%
G=57.24%
B=29.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983430.7700.480.67142.562.7520
Hex13532B4D030438e3f14
Octal23123531150601032167724
Binary1001110100111010111001101011000010000111000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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