#046B41

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

Shades of Jewel #046B41

Tints of Jewel #046B41

Color information

#046B41 (or 0x046B41) is unknown color: approx Jewel. HEX triplet: 04, 6B and 41. RGB value is (4,107,65). Sum of RGB (Red+Green+Blue) = 4+107+65=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #046B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B41 is #FB94BE. Grayscale: #474747. Windows color (decimal): -16487615 or 4287236. OLE color: 4287236.

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

Color convert

RGB410765-
CMYK0.9600.390.58
HSL155.53º92.79%21.76%-
HSV(B)155.53º96.26%41.96%-
XYZ6.2610.926.78-
YUV71.41124.3879.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 107 (42.19% from 255) = 60.80%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=2.27%
G=60.80%
B=36.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107650.9600.390.58155.5392.7921.76
Hex46B41600273A9c5d16
Octal41531011400477223413526
Binary100110101110000011100000010011111101010011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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