#13512A

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

Shades of Crusoe #13512A

Tints of Crusoe #13512A

Color information

#13512A (or 0x13512A) is unknown color: approx Crusoe. HEX triplet: 13, 51 and 2A. RGB value is (19,81,42). Sum of RGB (Red+Green+Blue) = 19+81+42=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #13512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13512A is #ECAED5. Grayscale: #3A3A3A. Windows color (decimal): -15511254 or 2773267. OLE color: 2773267.

HSL color Cylindrical-coordinate representation of color #13512A: hue angle of 142.26º 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 #13512A is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB198142-
CMYK0.7700.480.68
HSL142.26º62%19.61%-
HSV(B)142.26º76.54%31.76%-
XYZ3.636.193.19-
YUV58.02118.96100.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 81 (32.03% from 255) = 57.04%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=13.38%
G=57.04%
B=29.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981420.7700.480.68142.266219.61
Hex13512A4D030448e3e14
Octal23121521150601042167624
Binary1001110100011010101001101011000010001001000111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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