#146947

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

Shades of Jewel #146947

Tints of Jewel #146947

Color information

#146947 (or 0x146947) is unknown color: approx Jewel. HEX triplet: 14, 69 and 47. RGB value is (20,105,71). Sum of RGB (Red+Green+Blue) = 20+105+71=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #146947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146947 is #EB96B8. Grayscale: #4B4B4B. Windows color (decimal): -15439545 or 4679956. OLE color: 4679956.

HSL color Cylindrical-coordinate representation of color #146947: hue angle of 156º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146947 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB2010571-
CMYK0.8100.320.59
HSL156º68%24.51%-
HSV(B)156º80.95%41.18%-
XYZ6.4810.717.69-
YUV75.71125.3488.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=10.20%
G=53.57%
B=36.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105710.8100.320.591566824.51
Hex146947510203B9c4419
Octal241511071210407323410431
Binary10100110100110001111010001010000011101110011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146947; }

 p { color: rgb(20,105,71); }

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

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

 a { background-color: rgb(20,105,71); }

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

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

 span { border-color: rgb(20,105,71); }

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