#13611D

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

Shades of Crusoe #13611D

Tints of Crusoe #13611D

Color information

#13611D (or 0x13611D) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 1D. RGB value is (19,97,29). Sum of RGB (Red+Green+Blue) = 19+97+29=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #13611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13611D is #EC9EE2. Grayscale: #424242. Windows color (decimal): -15507171 or 1925395. OLE color: 1925395.

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

Color convert

RGB199729-
CMYK0.8000.700.62
HSL127.69º67.24%22.75%-
HSV(B)127.69º80.41%38.04%-
XYZ4.778.782.61-
YUV65.93107.1694.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 29 (11.72% from 255) = 20%
R=13.10%
G=66.90%
B=20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997290.8000.700.62127.6967.2422.75
Hex13611D500463E804317
Octal231413512001067620010327
Binary1001111000011110110100000100011011111010000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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