#13542F

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

Shades of Crusoe #13542F

Tints of Crusoe #13542F

Color information

#13542F (or 0x13542F) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 2F. RGB value is (19,84,47). Sum of RGB (Red+Green+Blue) = 19+84+47=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #13542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13542F is #ECABD0. Grayscale: #3C3C3C. Windows color (decimal): -15510481 or 3101715. OLE color: 3101715.

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

Color convert

RGB198447-
CMYK0.7700.440.67
HSL145.85º63.11%20.2%-
HSV(B)145.85º77.38%32.94%-
XYZ3.956.683.77-
YUV60.35120.4798.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=12.67%
G=56%
B=31.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984470.7700.440.67145.8563.1120.2
Hex13542F4D02C43923f14
Octal23124571150541032227724
Binary1001110101001011111001101010110010000111001001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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