#146742

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

Shades of Jewel #146742

Tints of Jewel #146742

Color information

#146742 (or 0x146742) is unknown color: approx Jewel. HEX triplet: 14, 67 and 42. RGB value is (20,103,66). Sum of RGB (Red+Green+Blue) = 20+103+66=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #146742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146742 is #EB98BD. Grayscale: #4A4A4A. Windows color (decimal): -15440062 or 4351764. OLE color: 4351764.

HSL color Cylindrical-coordinate representation of color #146742: hue angle of 153.25º 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 #146742 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB2010366-
CMYK0.8100.360.60
HSL153.25º67.48%24.12%-
HSV(B)153.25º80.58%40.39%-
XYZ6.1210.246.81-
YUV73.96123.589.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=10.58%
G=54.50%
B=34.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103660.8100.360.60153.2567.4824.12
Hex146742510243C994318
Octal241471021210447423110330
Binary10100110011110000101010001010010011110010011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146742; }

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

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

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

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

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

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

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

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