#046E40

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

Shades of Jewel #046E40

Tints of Jewel #046E40

Color information

#046E40 (or 0x046E40) is unknown color: approx Jewel. HEX triplet: 04, 6E and 40. RGB value is (4,110,64). Sum of RGB (Red+Green+Blue) = 4+110+64=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 110 (43.36% from 255 or 61.80% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 110 - color contains mainly: green. Hex color #046E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E40 is #FB91BF. Grayscale: #494949. Windows color (decimal): -16486848 or 4222468. OLE color: 4222468.

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

Color convert

RGB411064-
CMYK0.9600.420.57
HSL153.96º92.98%22.35%-
HSV(B)153.96º96.36%43.14%-
XYZ6.5511.556.73-
YUV73.06122.8878.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 110 (43.36% from 255) = 61.80%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=2.25%
G=61.80%
B=35.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110640.9600.420.57153.9692.9822.35
Hex46E406002A399a5d16
Octal41561001400527123213526
Binary100110111010000001100000010101011100110011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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