#14552E

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

Shades of Crusoe #14552E

Tints of Crusoe #14552E

Color information

#14552E (or 0x14552E) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 2E. RGB value is (20,85,46). Sum of RGB (Red+Green+Blue) = 20+85+46=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #14552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14552E is #EBAAD1. Grayscale: #3D3D3D. Windows color (decimal): -15444690 or 3036436. OLE color: 3036436.

HSL color Cylindrical-coordinate representation of color #14552E: hue angle of 144º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14552E is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB208546-
CMYK0.7600.460.67
HSL144º61.9%20.59%-
HSV(B)144º76.47%33.33%-
XYZ4.036.843.69-
YUV61.12119.4798.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=13.25%
G=56.29%
B=30.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085460.7600.460.6714461.920.59
Hex14552E4C02E43903e15
Octal24125561140561032207625
Binary1010010101011011101001100010111010000111001000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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