#146748

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

Shades of Jewel #146748

Tints of Jewel #146748

Color information

#146748 (or 0x146748) is unknown color: approx Jewel. HEX triplet: 14, 67 and 48. RGB value is (20,103,72). Sum of RGB (Red+Green+Blue) = 20+103+72=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #146748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146748 is #EB98B7. Grayscale: #4A4A4A. Windows color (decimal): -15440056 or 4744980. OLE color: 4744980.

HSL color Cylindrical-coordinate representation of color #146748: hue angle of 157.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146748 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB2010372-
CMYK0.8100.300.60
HSL157.59º67.48%24.12%-
HSV(B)157.59º80.58%40.39%-
XYZ6.3110.327.79-
YUV74.65126.589.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=10.26%
G=52.82%
B=36.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103720.8100.300.60157.5967.4824.12
Hex1467485101E3C9e4318
Octal241471101210367423610330
Binary1010011001111001000101000101111011110010011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146748; }

 p { color: rgb(20,103,72); }

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

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

 a { background-color: rgb(20,103,72); }

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

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

 span { border-color: rgb(20,103,72); }

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