#14592A

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

Shades of Crusoe #14592A

Tints of Crusoe #14592A

Color information

#14592A (or 0x14592A) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 2A. RGB value is (20,89,42). Sum of RGB (Red+Green+Blue) = 20+89+42=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #14592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14592A is #EBA6D5. Grayscale: #3F3F3F. Windows color (decimal): -15443670 or 2775316. OLE color: 2775316.

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

Color convert

RGB208942-
CMYK0.7800.530.65
HSL139.13º63.3%21.37%-
HSV(B)139.13º77.53%34.9%-
XYZ4.287.463.41-
YUV63.01116.1497.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=13.25%
G=58.94%
B=27.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089420.7800.530.65139.1363.321.37
Hex14592A4E035418b3f15
Octal24131521160651012137725
Binary1010010110011010101001110011010110000011000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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