#146245

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

Shades of Jewel #146245

Tints of Jewel #146245

Color information

#146245 (or 0x146245) is unknown color: approx Jewel. HEX triplet: 14, 62 and 45. RGB value is (20,98,69). Sum of RGB (Red+Green+Blue) = 20+98+69=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #146245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146245 is #EB9DBA. Grayscale: #474747. Windows color (decimal): -15441339 or 4547092. OLE color: 4547092.

HSL color Cylindrical-coordinate representation of color #146245: hue angle of 157.69º 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 #146245 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB209869-
CMYK0.8000.300.62
HSL157.69º66.1%23.14%-
HSV(B)157.69º79.59%38.43%-
XYZ5.739.317.13-
YUV71.37126.6691.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=10.70%
G=52.41%
B=36.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098690.8000.300.62157.6966.123.14
Hex1462455001E3E9e4217
Octal241421051200367623610227
Binary1010011000101000101101000001111011111010011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146245; }

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

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

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

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

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

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

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

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