#046140

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

Shades of Jewel #046140

Tints of Jewel #046140

Color information

#046140 (or 0x046140) is unknown color: approx Jewel. HEX triplet: 04, 61 and 40. RGB value is (4,97,64). Sum of RGB (Red+Green+Blue) = 4+97+64=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #046140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046140 is #FB9EBF. Grayscale: #414141. Windows color (decimal): -16490176 or 4219140. OLE color: 4219140.

HSL color Cylindrical-coordinate representation of color #046140: hue angle of 158.71º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046140 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB49764-
CMYK0.9600.340.62
HSL158.71º92.08%19.8%-
HSV(B)158.71º95.88%38.04%-
XYZ5.258.956.3-
YUV65.43127.1984.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=2.42%
G=58.79%
B=38.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497640.9600.340.62158.7192.0819.8
Hex46140600223E9f5c14
Octal41411001400427623713424
Binary100110000110000001100000010001011111010011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046140; }

 p { color: rgb(4,97,64); }

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

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

 a { background-color: rgb(4,97,64); }

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

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

 span { border-color: rgb(4,97,64); }

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