#046840

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

Shades of Jewel #046840

Tints of Jewel #046840

Color information

#046840 (or 0x046840) is unknown color: approx Jewel. HEX triplet: 04, 68 and 40. RGB value is (4,104,64). Sum of RGB (Red+Green+Blue) = 4+104+64=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #046840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046840 is #FB97BF. Grayscale: #454545. Windows color (decimal): -16488384 or 4220932. OLE color: 4220932.

HSL color Cylindrical-coordinate representation of color #046840: hue angle of 156º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046840 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB410464-
CMYK0.9600.380.59
HSL156º92.59%21.18%-
HSV(B)156º96.15%40.78%-
XYZ5.9310.36.53-
YUV69.54124.8781.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=2.33%
G=60.47%
B=37.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104640.9600.380.5915692.5921.18
Hex46840600263B9c5d15
Octal41501001400467323413525
Binary100110100010000001100000010011011101110011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046840; }

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

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

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

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

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

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

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

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