#14591D

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

Shades of Crusoe #14591D

Tints of Crusoe #14591D

Color information

#14591D (or 0x14591D) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 1D. RGB value is (20,89,29). Sum of RGB (Red+Green+Blue) = 20+89+29=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #14591D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14591D is #EBA6E2. Grayscale: #3D3D3D. Windows color (decimal): -15443683 or 1923348. OLE color: 1923348.

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

Color convert

RGB208929-
CMYK0.7800.670.65
HSL127.83º63.3%21.37%-
HSV(B)127.83º77.53%34.9%-
XYZ4.087.382.37-
YUV61.53109.6498.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 89 (35.16% from 255) = 64.49%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=14.49%
G=64.49%
B=21.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089290.7800.670.65127.8363.321.37
Hex14591D4E04341803f15
Octal241313511601031012007725
Binary1010010110011110110011100100001110000011000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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