#146244

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

Shades of Jewel #146244

Tints of Jewel #146244

Color information

#146244 (or 0x146244) is unknown color: approx Jewel. HEX triplet: 14, 62 and 44. RGB value is (20,98,68). Sum of RGB (Red+Green+Blue) = 20+98+68=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #146244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146244 is #EB9DBB. Grayscale: #474747. Windows color (decimal): -15441340 or 4481556. OLE color: 4481556.

HSL color Cylindrical-coordinate representation of color #146244: hue angle of 156.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146244 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB209868-
CMYK0.8000.310.62
HSL156.92º66.1%23.14%-
HSV(B)156.92º79.59%38.43%-
XYZ5.79.36.96-
YUV71.26126.1691.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=10.75%
G=52.69%
B=36.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098680.8000.310.62156.9266.123.14
Hex1462445001F3E9d4217
Octal241421041200377623510227
Binary1010011000101000100101000001111111111010011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146244; }

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

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

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

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

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

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

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

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