#056F3F

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

Shades of Jewel #056F3F

Tints of Jewel #056F3F

Color information

#056F3F (or 0x056F3F) is unknown color: approx Jewel. HEX triplet: 05, 6F and 3F. RGB value is (5,111,63). Sum of RGB (Red+Green+Blue) = 5+111+63=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3F is #FA90C0. Grayscale: #494949. Windows color (decimal): -16421057 or 4157189. OLE color: 4157189.

HSL color Cylindrical-coordinate representation of color #056F3F: hue angle of 152.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F3F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB511163-
CMYK0.9500.430.56
HSL152.83º91.38%22.75%-
HSV(B)152.83º95.5%43.53%-
XYZ6.6411.766.62-
YUV73.83121.8878.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 111 (43.75% from 255) = 62.01%
BLUE value IS 63 (25% from 255) = 35.20%
R=2.79%
G=62.01%
B=35.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111630.9500.430.56152.8391.3822.75
Hex56F3F5F02B38995b17
Octal5157771370537023113327
Binary10111011111111111011111010101111100010011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,111,63); }

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

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

 a { background-color: rgb(5,111,63); }

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

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

 span { border-color: rgb(5,111,63); }

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