#14592E

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

Shades of Crusoe #14592E

Tints of Crusoe #14592E

Color information

#14592E (or 0x14592E) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 2E. RGB value is (20,89,46). Sum of RGB (Red+Green+Blue) = 20+89+46=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #14592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592E is #EBA6D1. Grayscale: #3F3F3F. Windows color (decimal): -15443666 or 3037460. OLE color: 3037460.

HSL color Cylindrical-coordinate representation of color #14592E: hue angle of 142.61º 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 #14592E is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB208946-
CMYK0.7800.480.65
HSL142.61º63.3%21.37%-
HSV(B)142.61º77.53%34.9%-
XYZ4.357.493.8-
YUV63.47118.1497-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=12.90%
G=57.42%
B=29.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089460.7800.480.65142.6163.321.37
Hex14592E4E030418f3f15
Octal24131561160601012177725
Binary1010010110011011101001110011000010000011000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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