#13611C

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

Shades of Crusoe #13611C

Tints of Crusoe #13611C

Color information

#13611C (or 0x13611C) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 1C. RGB value is (19,97,28). Sum of RGB (Red+Green+Blue) = 19+97+28=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #13611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13611C is #EC9EE3. Grayscale: #424242. Windows color (decimal): -15507172 or 1859859. OLE color: 1859859.

HSL color Cylindrical-coordinate representation of color #13611C: hue angle of 126.92º 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 #13611C is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB199728-
CMYK0.8000.710.62
HSL126.92º67.24%22.75%-
HSV(B)126.92º80.41%38.04%-
XYZ4.758.772.54-
YUV65.81106.6694.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=13.19%
G=67.36%
B=19.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997280.8000.710.62126.9267.2422.75
Hex13611C500473E7f4317
Octal231413412001077617710327
Binary100111100001111001010000010001111111101111111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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