#046C3E

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

Shades of Jewel #046C3E

Tints of Jewel #046C3E

Color information

#046C3E (or 0x046C3E) is unknown color: approx Jewel. HEX triplet: 04, 6C and 3E. RGB value is (4,108,62). Sum of RGB (Red+Green+Blue) = 4+108+62=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 108 (42.58% from 255 or 62.07% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 108 - color contains mainly: green. Hex color #046C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C3E is #FB93C1. Grayscale: #474747. Windows color (decimal): -16487362 or 4090884. OLE color: 4090884.

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

Color convert

RGB410862-
CMYK0.9600.430.58
HSL153.46º92.86%21.96%-
HSV(B)153.46º96.3%42.35%-
XYZ6.2811.16.37-
YUV71.66122.5479.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 108 (42.58% from 255) = 62.07%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=2.30%
G=62.07%
B=35.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108620.9600.430.58153.4692.8621.96
Hex46C3E6002B3A995d16
Octal4154761400537223113526
Binary10011011001111101100000010101111101010011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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