#14552D

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

Shades of Crusoe #14552D

Tints of Crusoe #14552D

Color information

#14552D (or 0x14552D) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 2D. RGB value is (20,85,45). Sum of RGB (Red+Green+Blue) = 20+85+45=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #14552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14552D is #EBAAD2. Grayscale: #3D3D3D. Windows color (decimal): -15444691 or 2970900. OLE color: 2970900.

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

Color convert

RGB208545-
CMYK0.7600.470.67
HSL143.08º61.9%20.59%-
HSV(B)143.08º76.47%33.33%-
XYZ4.016.843.59-
YUV61118.9798.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=13.33%
G=56.67%
B=30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085450.7600.470.67143.0861.920.59
Hex14552D4C02F438f3e15
Octal24125551140571032177625
Binary1010010101011011011001100010111110000111000111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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