#14512C

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

Shades of Crusoe #14512C

Tints of Crusoe #14512C

Color information

#14512C (or 0x14512C) is unknown color: approx Crusoe. HEX triplet: 14, 51 and 2C. RGB value is (20,81,44). Sum of RGB (Red+Green+Blue) = 20+81+44=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #14512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14512C is #EBAED3. Grayscale: #3A3A3A. Windows color (decimal): -15445716 or 2904340. OLE color: 2904340.

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

Color convert

RGB208144-
CMYK0.7500.460.68
HSL143.61º60.4%19.8%-
HSV(B)143.61º75.31%31.76%-
XYZ3.696.223.39-
YUV58.54119.79100.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 81 (32.03% from 255) = 55.86%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=13.79%
G=55.86%
B=30.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081440.7500.460.68143.6160.419.8
Hex14512C4B02E44903c14
Octal24121541130561042207424
Binary1010010100011011001001011010111010001001001000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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