#046C3A

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

Shades of Jewel #046C3A

Tints of Jewel #046C3A

Color information

#046C3A (or 0x046C3A) is unknown color: approx Jewel. HEX triplet: 04, 6C and 3A. RGB value is (4,108,58). Sum of RGB (Red+Green+Blue) = 4+108+58=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #046C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C3A is #FB93C5. Grayscale: #474747. Windows color (decimal): -16487366 or 3828740. OLE color: 3828740.

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

Color convert

RGB410858-
CMYK0.9600.460.58
HSL151.15º92.86%21.96%-
HSV(B)151.15º96.3%42.35%-
XYZ6.1811.065.81-
YUV71.2120.5480.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=2.35%
G=63.53%
B=34.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108580.9600.460.58151.1592.8621.96
Hex46C3A6002E3A975d16
Octal4154721400567222713526
Binary10011011001110101100000010111011101010010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,58); }

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

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

 a { background-color: rgb(4,108,58); }

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

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

 span { border-color: rgb(4,108,58); }

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