#056942

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

Shades of Jewel #056942

Tints of Jewel #056942

Color information

#056942 (or 0x056942) is unknown color: approx Jewel. HEX triplet: 05, 69 and 42. RGB value is (5,105,66). Sum of RGB (Red+Green+Blue) = 5+105+66=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #056942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056942 is #FA96BD. Grayscale: #464646. Windows color (decimal): -16422590 or 4352261. OLE color: 4352261.

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

Color convert

RGB510566-
CMYK0.9500.370.59
HSL156.6º90.91%21.57%-
HSV(B)156.6º95.24%41.18%-
XYZ6.110.536.87-
YUV70.65125.3781.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=2.84%
G=59.66%
B=37.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105660.9500.370.59156.690.9121.57
Hex569425F0253B9d5b16
Octal51511021370457323513326
Binary101110100110000101011111010010111101110011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056942; }

 p { color: rgb(5,105,66); }

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

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

 a { background-color: rgb(5,105,66); }

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

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

 span { border-color: rgb(5,105,66); }

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