#14552C

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

Shades of Crusoe #14552C

Tints of Crusoe #14552C

Color information

#14552C (or 0x14552C) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 2C. RGB value is (20,85,44). Sum of RGB (Red+Green+Blue) = 20+85+44=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #14552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14552C is #EBAAD3. Grayscale: #3C3C3C. Windows color (decimal): -15444692 or 2905364. OLE color: 2905364.

HSL color Cylindrical-coordinate representation of color #14552C: hue angle of 142.15º 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 #14552C is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB208544-
CMYK0.7600.480.67
HSL142.15º61.9%20.59%-
HSV(B)142.15º76.47%33.33%-
XYZ3.996.833.49-
YUV60.89118.4798.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=13.42%
G=57.05%
B=29.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085440.7600.480.67142.1561.920.59
Hex14552C4C030438e3e15
Octal24125541140601032167625
Binary1010010101011011001001100011000010000111000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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