#056A3A

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

Shades of Jewel #056A3A

Tints of Jewel #056A3A

Color information

#056A3A (or 0x056A3A) is unknown color: approx Jewel. HEX triplet: 05, 6A and 3A. RGB value is (5,106,58). Sum of RGB (Red+Green+Blue) = 5+106+58=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #056A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A3A is #FA95C5. Grayscale: #464646. Windows color (decimal): -16422342 or 3828229. OLE color: 3828229.

HSL color Cylindrical-coordinate representation of color #056A3A: hue angle of 151.49º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A3A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB510658-
CMYK0.9500.450.58
HSL151.49º90.99%21.76%-
HSV(B)151.49º95.28%41.57%-
XYZ5.9810.655.74-
YUV70.33121.0481.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=2.96%
G=62.72%
B=34.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106580.9500.450.58151.4990.9921.76
Hex56A3A5F02D3A975b16
Octal5152721370557222713326
Binary10111010101110101011111010110111101010010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A3A; }

 p { color: rgb(5,106,58); }

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

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

 a { background-color: rgb(5,106,58); }

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

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

 span { border-color: rgb(5,106,58); }

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