#146542

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

Shades of Jewel #146542

Tints of Jewel #146542

Color information

#146542 (or 0x146542) is unknown color: approx Jewel. HEX triplet: 14, 65 and 42. RGB value is (20,101,66). Sum of RGB (Red+Green+Blue) = 20+101+66=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #146542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146542 is #EB9ABD. Grayscale: #484848. Windows color (decimal): -15440574 or 4351252. OLE color: 4351252.

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

Color convert

RGB2010166-
CMYK0.8000.350.60
HSL154.07º66.94%23.73%-
HSV(B)154.07º80.2%39.61%-
XYZ5.939.856.74-
YUV72.79124.1690.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=10.70%
G=54.01%
B=35.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20101660.8000.350.60154.0766.9423.73
Hex146542500233C9a4318
Octal241451021200437423210330
Binary10100110010110000101010000010001111110010011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146542; }

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

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

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

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

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

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

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

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