#13542E

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

Shades of Crusoe #13542E

Tints of Crusoe #13542E

Color information

#13542E (or 0x13542E) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 2E. RGB value is (19,84,46). Sum of RGB (Red+Green+Blue) = 19+84+46=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #13542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13542E is #ECABD1. Grayscale: #3C3C3C. Windows color (decimal): -15510482 or 3036179. OLE color: 3036179.

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

Color convert

RGB198446-
CMYK0.7700.450.67
HSL144.92º63.11%20.2%-
HSV(B)144.92º77.38%32.94%-
XYZ3.936.683.67-
YUV60.23119.9798.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=12.75%
G=56.38%
B=30.87%

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
Decimal1984460.7700.450.67144.9263.1120.2
Hex13542E4D02D43913f14
Octal23124561150551032217724
Binary1001110101001011101001101010110110000111001000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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