#046B3E

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

Shades of Jewel #046B3E

Tints of Jewel #046B3E

Color information

#046B3E (or 0x046B3E) is unknown color: approx Jewel. HEX triplet: 04, 6B and 3E. RGB value is (4,107,62). Sum of RGB (Red+Green+Blue) = 4+107+62=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #046B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B3E is #FB94C1. Grayscale: #474747. Windows color (decimal): -16487618 or 4090628. OLE color: 4090628.

HSL color Cylindrical-coordinate representation of color #046B3E: hue angle of 153.79º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B3E is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB410762-
CMYK0.9600.420.58
HSL153.79º92.79%21.76%-
HSV(B)153.79º96.26%41.96%-
XYZ6.1810.896.33-
YUV71.07122.8880.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=2.31%
G=61.85%
B=35.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107620.9600.420.58153.7992.7921.76
Hex46B3E6002A3A9a5d16
Octal4153761400527223213526
Binary10011010111111101100000010101011101010011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046B3E; }

 p { color: rgb(4,107,62); }

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

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

 a { background-color: rgb(4,107,62); }

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

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

 span { border-color: rgb(4,107,62); }

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