#056F3D

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

Shades of Jewel #056F3D

Tints of Jewel #056F3D

Color information

#056F3D (or 0x056F3D) is unknown color: approx Jewel. HEX triplet: 05, 6F and 3D. RGB value is (5,111,61). Sum of RGB (Red+Green+Blue) = 5+111+61=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3D is #FA90C2. Grayscale: #494949. Windows color (decimal): -16421059 or 4026117. OLE color: 4026117.

HSL color Cylindrical-coordinate representation of color #056F3D: hue angle of 151.7º 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 #056F3D is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB511161-
CMYK0.9500.450.56
HSL151.7º91.38%22.75%-
HSV(B)151.7º95.5%43.53%-
XYZ6.5911.746.33-
YUV73.61120.8879.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 111 (43.75% from 255) = 62.71%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=2.82%
G=62.71%
B=34.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111610.9500.450.56151.791.3822.75
Hex56F3D5F02D38985b17
Octal5157751370557023013327
Binary10111011111111011011111010110111100010011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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