#145737

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

Shades of Crusoe #145737

Tints of Crusoe #145737

Color information

#145737 (or 0x145737) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 37. RGB value is (20,87,55). Sum of RGB (Red+Green+Blue) = 20+87+55=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #145737 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145737 is #EBA8C8. Grayscale: #3F3F3F. Windows color (decimal): -15444169 or 3626772. OLE color: 3626772.

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

Color convert

RGB208755-
CMYK0.7700.370.66
HSL151.34º62.62%20.98%-
HSV(B)151.34º77.01%34.12%-
XYZ4.397.244.78-
YUV63.32123.397.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 87 (34.38% from 255) = 53.70%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=12.35%
G=53.70%
B=33.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087550.7700.370.66151.3462.6220.98
Hex1457374D02542973f15
Octal24127671150451022277725
Binary1010010101111101111001101010010110000101001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145737; }

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

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

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

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

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

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

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

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