#046E3E

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

Shades of Jewel #046E3E

Tints of Jewel #046E3E

Color information

#046E3E (or 0x046E3E) is unknown color: approx Jewel. HEX triplet: 04, 6E and 3E. RGB value is (4,110,62). Sum of RGB (Red+Green+Blue) = 4+110+62=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #046E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E3E is #FB91C1. Grayscale: #484848. Windows color (decimal): -16486850 or 4091396. OLE color: 4091396.

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

Color convert

RGB411062-
CMYK0.9600.440.57
HSL152.83º92.98%22.35%-
HSV(B)152.83º96.36%43.14%-
XYZ6.511.536.44-
YUV72.83121.8878.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 110 (43.36% from 255) = 62.5%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=2.27%
G=62.5%
B=35.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110620.9600.440.57152.8392.9822.35
Hex46E3E6002C39995d16
Octal4156761400547123113526
Binary10011011101111101100000010110011100110011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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