#14571E

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

Shades of Crusoe #14571E

Tints of Crusoe #14571E

Color information

#14571E (or 0x14571E) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 1E. RGB value is (20,87,30). Sum of RGB (Red+Green+Blue) = 20+87+30=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #14571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14571E is #EBA8E1. Grayscale: #3C3C3C. Windows color (decimal): -15444194 or 1988372. OLE color: 1988372.

HSL color Cylindrical-coordinate representation of color #14571E: hue angle of 128.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14571E is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB208730-
CMYK0.7700.660.66
HSL128.96º62.62%20.98%-
HSV(B)128.96º77.01%34.12%-
XYZ3.937.062.38-
YUV60.47110.899.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=14.60%
G=63.50%
B=21.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087300.7700.660.66128.9662.6220.98
Hex14571E4D04242813f15
Octal241273611501021022017725
Binary1010010101111111010011010100001010000101000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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