#046E3D

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

Shades of Jewel #046E3D

Tints of Jewel #046E3D

Color information

#046E3D (or 0x046E3D) is unknown color: approx Jewel. HEX triplet: 04, 6E and 3D. RGB value is (4,110,61). Sum of RGB (Red+Green+Blue) = 4+110+61=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #046E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E3D is #FB91C2. Grayscale: #484848. Windows color (decimal): -16486851 or 4025860. OLE color: 4025860.

HSL color Cylindrical-coordinate representation of color #046E3D: hue angle of 152.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E3D is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB411061-
CMYK0.9600.450.57
HSL152.26º92.98%22.35%-
HSV(B)152.26º96.36%43.14%-
XYZ6.4711.516.3-
YUV72.72121.3878.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=2.29%
G=62.86%
B=34.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110610.9600.450.57152.2692.9822.35
Hex46E3D6002D39985d16
Octal4156751400557123013526
Binary10011011101111011100000010110111100110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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