#145944

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

Shades of Jewel #145944

Tints of Jewel #145944

Color information

#145944 (or 0x145944) is unknown color: approx Jewel. HEX triplet: 14, 59 and 44. RGB value is (20,89,68). Sum of RGB (Red+Green+Blue) = 20+89+68=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #145944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145944 is #EBA6BB. Grayscale: #414141. Windows color (decimal): -15443644 or 4479252. OLE color: 4479252.

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

Color convert

RGB208968-
CMYK0.7800.240.65
HSL161.74º63.3%21.37%-
HSV(B)161.74º77.53%34.9%-
XYZ4.97.716.7-
YUV65.97129.1495.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=11.30%
G=50.28%
B=38.42%

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
Decimal2089680.7800.240.65161.7463.321.37
Hex1459444E01841a23f15
Octal241311041160301012427725
Binary1010010110011000100100111001100010000011010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145944; }

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

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

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

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

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

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

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

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