#13541e

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

Shades of Crusoe #13541E

Tints of Crusoe #13541E

Color information

#13541E (or 0x13541E) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 1E. RGB value is (19,84,30). Sum of RGB (Red+Green+Blue) = 19+84+30=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #13541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13541E is #ECABE1. Grayscale: #3A3A3A. Windows color (decimal): -15510498 or 1987603. OLE color: 1987603.

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

Color convert

RGB198430-
CMYK0.7700.640.67
HSL130.15º63.11%20.2%-
HSV(B)130.15º77.38%32.94%-
XYZ3.676.572.3-
YUV58.41111.9799.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 84 (33.20% from 255) = 63.16%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=14.29%
G=63.16%
B=22.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984300.7700.640.67130.1563.1120.2
Hex13541E4D04043823f14
Octal231243611501001032027724
Binary1001110101001111010011010100000010000111000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13541e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13541e; }

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

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

<style>
 a { background-color: #13541e; }

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

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

<style>
 span { border-color: #13541e; }

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

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