#046A3B

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

Shades of Jewel #046A3B

Tints of Jewel #046A3B

Color information

#046A3B (or 0x046A3B) is unknown color: approx Jewel. HEX triplet: 04, 6A and 3B. RGB value is (4,106,59). Sum of RGB (Red+Green+Blue) = 4+106+59=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #046A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A3B is #FB95C4. Grayscale: #464646. Windows color (decimal): -16487877 or 3893764. OLE color: 3893764.

HSL color Cylindrical-coordinate representation of color #046A3B: hue angle of 152.35º 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 #046A3B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB410659-
CMYK0.9600.440.58
HSL152.35º92.73%21.57%-
HSV(B)152.35º96.23%41.57%-
XYZ5.9910.655.88-
YUV70.14121.7180.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=2.37%
G=62.72%
B=34.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106590.9600.440.58152.3592.7321.57
Hex46A3B6002C3A985d16
Octal4152731400547223013526
Binary10011010101110111100000010110011101010011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,106,59); }

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

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

 a { background-color: rgb(4,106,59); }

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

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

 span { border-color: rgb(4,106,59); }

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