#146445

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

Shades of Jewel #146445

Tints of Jewel #146445

Color information

#146445 (or 0x146445) is unknown color: approx Jewel. HEX triplet: 14, 64 and 45. RGB value is (20,100,69). Sum of RGB (Red+Green+Blue) = 20+100+69=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #146445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146445 is #EB9BBA. Grayscale: #484848. Windows color (decimal): -15440827 or 4547604. OLE color: 4547604.

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

Color convert

RGB2010069-
CMYK0.800.310.61
HSL156.75º66.67%23.53%-
HSV(B)156.75º80%39.22%-
XYZ5.929.697.19-
YUV72.5512690.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 100 (39.45% from 255) = 52.91%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=10.58%
G=52.91%
B=36.51%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100690.800.310.61156.7566.6723.53
Hex1464455001F3D9d4318
Octal241441051200377523510330
Binary1010011001001000101101000001111111110110011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146445; }

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

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

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

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

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

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

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

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