#146045

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

Shades of Jewel #146045

Tints of Jewel #146045

Color information

#146045 (or 0x146045) is unknown color: approx Jewel. HEX triplet: 14, 60 and 45. RGB value is (20,96,69). Sum of RGB (Red+Green+Blue) = 20+96+69=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #146045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146045 is #EB9FBA. Grayscale: #464646. Windows color (decimal): -15441851 or 4546580. OLE color: 4546580.

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

Color convert

RGB209669-
CMYK0.7900.280.62
HSL158.68º65.52%22.75%-
HSV(B)158.68º79.17%37.65%-
XYZ5.558.947.06-
YUV70.2127.3292.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=10.81%
G=51.89%
B=37.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096690.7900.280.62158.6865.5222.75
Hex1460454F01C3E9f4217
Octal241401051170347623710227
Binary1010011000001000101100111101110011111010011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146045; }

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

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

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

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

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

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

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

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