#046F3E

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

Shades of Jewel #046F3E

Tints of Jewel #046F3E

Color information

#046F3E (or 0x046F3E) is unknown color: approx Jewel. HEX triplet: 04, 6F and 3E. RGB value is (4,111,62). Sum of RGB (Red+Green+Blue) = 4+111+62=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #046F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F3E is #FB90C1. Grayscale: #494949. Windows color (decimal): -16486594 or 4091652. OLE color: 4091652.

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

Color convert

RGB411162-
CMYK0.9600.440.56
HSL152.52º93.04%22.55%-
HSV(B)152.52º96.4%43.53%-
XYZ6.611.746.48-
YUV73.42121.5578.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.26%
GREEN value IS 111 (43.75% from 255) = 62.71%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=2.26%
G=62.71%
B=35.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111620.9600.440.56152.5293.0422.55
Hex46F3E6002C38995d17
Octal4157761400547023113527
Binary10011011111111101100000010110011100010011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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