#056740

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

Shades of Jewel #056740

Tints of Jewel #056740

Color information

#056740 (or 0x056740) is unknown color: approx Jewel. HEX triplet: 05, 67 and 40. RGB value is (5,103,64). Sum of RGB (Red+Green+Blue) = 5+103+64=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #056740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056740 is #FA98BF. Grayscale: #454545. Windows color (decimal): -16423104 or 4220677. OLE color: 4220677.

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

Color convert

RGB510364-
CMYK0.9500.380.60
HSL156.12º90.74%21.18%-
HSV(B)156.12º95.15%40.39%-
XYZ5.8410.16.49-
YUV69.25125.0382.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=2.91%
G=59.88%
B=37.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103640.9500.380.60156.1290.7421.18
Hex567405F0263C9c5b15
Octal51471001370467423413325
Binary101110011110000001011111010011011110010011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056740; }

 p { color: rgb(5,103,64); }

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

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

 a { background-color: rgb(5,103,64); }

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

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

 span { border-color: rgb(5,103,64); }

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