#145A44

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

Shades of Jewel #145A44

Tints of Jewel #145A44

Color information

#145A44 (or 0x145A44) is unknown color: approx Jewel. HEX triplet: 14, 5A and 44. RGB value is (20,90,68). Sum of RGB (Red+Green+Blue) = 20+90+68=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #145A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145A44 is #EBA5BB. Grayscale: #424242. Windows color (decimal): -15443388 or 4479508. OLE color: 4479508.

HSL color Cylindrical-coordinate representation of color #145A44: hue angle of 161.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A44 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB209068-
CMYK0.7800.240.65
HSL161.14º63.64%21.57%-
HSV(B)161.14º77.78%35.29%-
XYZ4.997.886.73-
YUV66.56128.8194.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=11.24%
G=50.56%
B=38.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090680.7800.240.65161.1463.6421.57
Hex145A444E01841a14016
Octal2413210411603010124110026
Binary10100101101010001001001110011000100000110100001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A44; }

 p { color: rgb(20,90,68); }

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

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

 a { background-color: rgb(20,90,68); }

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

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

 span { border-color: rgb(20,90,68); }

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