#146344

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

Shades of Jewel #146344

Tints of Jewel #146344

Color information

#146344 (or 0x146344) is unknown color: approx Jewel. HEX triplet: 14, 63 and 44. RGB value is (20,99,68). Sum of RGB (Red+Green+Blue) = 20+99+68=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #146344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146344 is #EB9CBB. Grayscale: #474747. Windows color (decimal): -15441084 or 4481812. OLE color: 4481812.

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

Color convert

RGB209968-
CMYK0.8000.310.61
HSL156.46º66.39%23.33%-
HSV(B)156.46º79.8%38.82%-
XYZ5.799.497-
YUV71.84125.8391.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=10.70%
G=52.94%
B=36.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099680.8000.310.61156.4666.3923.33
Hex1463445001F3D9c4217
Octal241431041200377523410227
Binary1010011000111000100101000001111111110110011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146344; }

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

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

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

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

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

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

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

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