#14592C

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

Shades of Crusoe #14592C

Tints of Crusoe #14592C

Color information

#14592C (or 0x14592C) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 2C. RGB value is (20,89,44). Sum of RGB (Red+Green+Blue) = 20+89+44=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #14592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592C is #EBA6D3. Grayscale: #3F3F3F. Windows color (decimal): -15443668 or 2906388. OLE color: 2906388.

HSL color Cylindrical-coordinate representation of color #14592C: hue angle of 140.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14592C is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB208944-
CMYK0.7800.510.65
HSL140.87º63.3%21.37%-
HSV(B)140.87º77.53%34.9%-
XYZ4.327.483.6-
YUV63.24117.1497.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=13.07%
G=58.17%
B=28.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089440.7800.510.65140.8763.321.37
Hex14592C4E033418d3f15
Octal24131541160631012157725
Binary1010010110011011001001110011001110000011000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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