#145735

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

Shades of Crusoe #145735

Tints of Crusoe #145735

Color information

#145735 (or 0x145735) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 35. RGB value is (20,87,53). Sum of RGB (Red+Green+Blue) = 20+87+53=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #145735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145735 is #EBA8CA. Grayscale: #3F3F3F. Windows color (decimal): -15444171 or 3495700. OLE color: 3495700.

HSL color Cylindrical-coordinate representation of color #145735: hue angle of 149.55º 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 #145735 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB208753-
CMYK0.7700.390.66
HSL149.55º62.62%20.98%-
HSV(B)149.55º77.01%34.12%-
XYZ4.347.224.53-
YUV63.09122.397.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=12.5%
G=54.38%
B=33.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087530.7700.390.66149.5562.6220.98
Hex1457354D02742963f15
Octal24127651150471022267725
Binary1010010101111101011001101010011110000101001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145735; }

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

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

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

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

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

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

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

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