#056943

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

Shades of Jewel #056943

Tints of Jewel #056943

Color information

#056943 (or 0x056943) is unknown color: approx Jewel. HEX triplet: 05, 69 and 43. RGB value is (5,105,67). Sum of RGB (Red+Green+Blue) = 5+105+67=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #056943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056943 is #FA96BC. Grayscale: #464646. Windows color (decimal): -16422589 or 4417797. OLE color: 4417797.

HSL color Cylindrical-coordinate representation of color #056943: hue angle of 157.2º 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 #056943 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB510567-
CMYK0.9500.360.59
HSL157.2º90.91%21.57%-
HSV(B)157.2º95.24%41.18%-
XYZ6.1310.547.02-
YUV70.77125.8781.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=2.82%
G=59.32%
B=37.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105670.9500.360.59157.290.9121.57
Hex569435F0243B9d5b16
Octal51511031370447323513326
Binary101110100110000111011111010010011101110011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056943; }

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

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

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

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

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

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

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

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