#14591E

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

Shades of Crusoe #14591E

Tints of Crusoe #14591E

Color information

#14591E (or 0x14591E) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 1E. RGB value is (20,89,30). Sum of RGB (Red+Green+Blue) = 20+89+30=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #14591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14591E is #EBA6E1. Grayscale: #3D3D3D. Windows color (decimal): -15443682 or 1988884. OLE color: 1988884.

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

Color convert

RGB208930-
CMYK0.7800.660.65
HSL128.7º63.3%21.37%-
HSV(B)128.7º77.53%34.9%-
XYZ4.17.392.44-
YUV61.64110.1498.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=14.39%
G=64.03%
B=21.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089300.7800.660.65128.763.321.37
Hex14591E4E04241813f15
Octal241313611601021012017725
Binary1010010110011111010011100100001010000011000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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