#13541D

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

Shades of Crusoe #13541D

Tints of Crusoe #13541D

Color information

#13541D (or 0x13541D) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 1D. RGB value is (19,84,29). Sum of RGB (Red+Green+Blue) = 19+84+29=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #13541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13541D is #ECABE2. Grayscale: #3A3A3A. Windows color (decimal): -15510499 or 1922067. OLE color: 1922067.

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

Color convert

RGB198429-
CMYK0.7700.650.67
HSL129.23º63.11%20.2%-
HSV(B)129.23º77.38%32.94%-
XYZ3.666.572.24-
YUV58.29111.4799.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=14.39%
G=63.64%
B=21.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984290.7700.650.67129.2363.1120.2
Hex13541D4D04143813f14
Octal231243511501011032017724
Binary1001110101001110110011010100000110000111000000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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