#14572C

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

Shades of Crusoe #14572C

Tints of Crusoe #14572C

Color information

#14572C (or 0x14572C) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 2C. RGB value is (20,87,44). Sum of RGB (Red+Green+Blue) = 20+87+44=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #14572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14572C is #EBA8D3. Grayscale: #3E3E3E. Windows color (decimal): -15444180 or 2905876. OLE color: 2905876.

HSL color Cylindrical-coordinate representation of color #14572C: hue angle of 141.49º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14572C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB208744-
CMYK0.7700.490.66
HSL141.49º62.62%20.98%-
HSV(B)141.49º77.01%34.12%-
XYZ4.157.153.54-
YUV62.06117.898-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 87 (34.38% from 255) = 57.62%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=13.25%
G=57.62%
B=29.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087440.7700.490.66141.4962.6220.98
Hex14572C4D031428d3f15
Octal24127541150611022157725
Binary1010010101111011001001101011000110000101000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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