#056841

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

Shades of Jewel #056841

Tints of Jewel #056841

Color information

#056841 (or 0x056841) is unknown color: approx Jewel. HEX triplet: 05, 68 and 41. RGB value is (5,104,65). Sum of RGB (Red+Green+Blue) = 5+104+65=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #056841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056841 is #FA97BE. Grayscale: #464646. Windows color (decimal): -16422847 or 4286469. OLE color: 4286469.

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

Color convert

RGB510465-
CMYK0.9500.380.59
HSL156.36º90.83%21.37%-
HSV(B)156.36º95.19%40.78%-
XYZ5.9710.316.68-
YUV69.95125.281.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=2.87%
G=59.77%
B=37.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104650.9500.380.59156.3690.8321.37
Hex568415F0263B9c5b15
Octal51501011370467323413325
Binary101110100010000011011111010011011101110011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056841; }

 p { color: rgb(5,104,65); }

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

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

 a { background-color: rgb(5,104,65); }

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

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

 span { border-color: rgb(5,104,65); }

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