#13621D

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

Shades of Crusoe #13621D

Tints of Crusoe #13621D

Color information

#13621D (or 0x13621D) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 1D. RGB value is (19,98,29). Sum of RGB (Red+Green+Blue) = 19+98+29=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #13621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13621D is #EC9DE2. Grayscale: #424242. Windows color (decimal): -15506915 or 1925651. OLE color: 1925651.

HSL color Cylindrical-coordinate representation of color #13621D: hue angle of 127.59º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13621D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB199829-
CMYK0.8100.700.62
HSL127.59º67.52%22.94%-
HSV(B)127.59º80.61%38.43%-
XYZ4.868.962.64-
YUV66.51106.8394.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=13.01%
G=67.12%
B=19.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998290.8100.700.62127.5967.5222.94
Hex13621D510463E804417
Octal231423512101067620010427
Binary1001111000101110110100010100011011111010000000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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