#145535

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

Shades of Crusoe #145535

Tints of Crusoe #145535

Color information

#145535 (or 0x145535) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 35. RGB value is (20,85,53). Sum of RGB (Red+Green+Blue) = 20+85+53=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #145535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145535 is #EBAACA. Grayscale: #3D3D3D. Windows color (decimal): -15444683 or 3495188. OLE color: 3495188.

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

Color convert

RGB208553-
CMYK0.7600.380.67
HSL150.46º61.9%20.59%-
HSV(B)150.46º76.47%33.33%-
XYZ4.186.94.48-
YUV61.92122.9798.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=12.66%
G=53.80%
B=33.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085530.7600.380.67150.4661.920.59
Hex1455354C02643963e15
Octal24125651140461032267625
Binary1010010101011101011001100010011010000111001011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145535; }

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

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

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

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

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

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

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

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