#13512C

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

Shades of Crusoe #13512C

Tints of Crusoe #13512C

Color information

#13512C (or 0x13512C) is unknown color: approx Crusoe. HEX triplet: 13, 51 and 2C. RGB value is (19,81,44). Sum of RGB (Red+Green+Blue) = 19+81+44=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #13512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13512C is #ECAED3. Grayscale: #3A3A3A. Windows color (decimal): -15511252 or 2904339. OLE color: 2904339.

HSL color Cylindrical-coordinate representation of color #13512C: hue angle of 144.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13512C is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB198144-
CMYK0.7700.460.68
HSL144.19º62%19.61%-
HSV(B)144.19º76.54%31.76%-
XYZ3.676.213.39-
YUV58.24119.96100.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=13.19%
G=56.25%
B=30.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981440.7700.460.68144.196219.61
Hex13512C4D02E44903e14
Octal23121541150561042207624
Binary1001110100011011001001101010111010001001001000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,81,44); }

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

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

 a { background-color: rgb(19,81,44); }

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

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

 span { border-color: rgb(19,81,44); }

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