#146A52

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

Shades of Jewel #146A52

Tints of Jewel #146A52

Color information

#146A52 (or 0x146A52) is unknown color: approx Jewel. HEX triplet: 14, 6A and 52. RGB value is (20,106,82). Sum of RGB (Red+Green+Blue) = 20+106+82=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #146A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A52 is #EB95AD. Grayscale: #4D4D4D. Windows color (decimal): -15439278 or 5401108. OLE color: 5401108.

HSL color Cylindrical-coordinate representation of color #146A52: hue angle of 163.26º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A52 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB2010682-
CMYK0.8100.230.58
HSL163.26º68.25%24.71%-
HSV(B)163.26º81.13%41.57%-
XYZ6.9711.079.75-
YUV77.55130.5186.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=9.62%
G=50.96%
B=39.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106820.8100.230.58163.2668.2524.71
Hex146A52510173Aa34419
Octal241521221210277224310431
Binary1010011010101010010101000101011111101010100011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A52; }

 p { color: rgb(20,106,82); }

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

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

 a { background-color: rgb(20,106,82); }

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

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

 span { border-color: rgb(20,106,82); }

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