#046F3D

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

Shades of Jewel #046F3D

Tints of Jewel #046F3D

Color information

#046F3D (or 0x046F3D) is unknown color: approx Jewel. HEX triplet: 04, 6F and 3D. RGB value is (4,111,61). Sum of RGB (Red+Green+Blue) = 4+111+61=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #046F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F3D is #FB90C2. Grayscale: #494949. Windows color (decimal): -16486595 or 4026116. OLE color: 4026116.

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

Color convert

RGB411161-
CMYK0.9600.450.56
HSL151.96º93.04%22.55%-
HSV(B)151.96º96.4%43.53%-
XYZ6.5811.736.33-
YUV73.31121.0578.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 111 (43.75% from 255) = 63.07%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=2.27%
G=63.07%
B=34.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111610.9600.450.56151.9693.0422.55
Hex46F3D6002D38985d17
Octal4157751400557023013527
Binary10011011111111011100000010110111100010011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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