#046241

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

Shades of Jewel #046241

Tints of Jewel #046241

Color information

#046241 (or 0x046241) is unknown color: approx Jewel. HEX triplet: 04, 62 and 41. RGB value is (4,98,65). Sum of RGB (Red+Green+Blue) = 4+98+65=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #046241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046241 is #FB9DBE. Grayscale: #424242. Windows color (decimal): -16489919 or 4284932. OLE color: 4284932.

HSL color Cylindrical-coordinate representation of color #046241: hue angle of 158.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046241 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB49865-
CMYK0.9600.340.62
HSL158.94º92.16%20%-
HSV(B)158.94º95.92%38.43%-
XYZ5.379.146.48-
YUV66.13127.3683.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=2.40%
G=58.68%
B=38.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498650.9600.340.62158.9492.1620
Hex46241600223E9f5c14
Octal41421011400427623713424
Binary100110001010000011100000010001011111010011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046241; }

 p { color: rgb(4,98,65); }

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

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

 a { background-color: rgb(4,98,65); }

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

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

 span { border-color: rgb(4,98,65); }

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