#13532E

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

Shades of Crusoe #13532E

Tints of Crusoe #13532E

Color information

#13532E (or 0x13532E) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 2E. RGB value is (19,83,46). Sum of RGB (Red+Green+Blue) = 19+83+46=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #13532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13532E is #ECACD1. Grayscale: #3B3B3B. Windows color (decimal): -15510738 or 3035923. OLE color: 3035923.

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

Color convert

RGB198346-
CMYK0.7700.450.67
HSL145.31º62.75%20%-
HSV(B)145.31º77.11%32.55%-
XYZ3.856.523.64-
YUV59.65120.399.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 83 (32.81% from 255) = 56.08%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=12.84%
G=56.08%
B=31.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983460.7700.450.67145.3162.7520
Hex13532E4D02D43913f14
Octal23123561150551032217724
Binary1001110100111011101001101010110110000111001000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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