#056140

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

Shades of Jewel #056140

Tints of Jewel #056140

Color information

#056140 (or 0x056140) is unknown color: approx Jewel. HEX triplet: 05, 61 and 40. RGB value is (5,97,64). Sum of RGB (Red+Green+Blue) = 5+97+64=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #056140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056140 is #FA9EBF. Grayscale: #414141. Windows color (decimal): -16424640 or 4219141. OLE color: 4219141.

HSL color Cylindrical-coordinate representation of color #056140: hue angle of 158.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056140 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB59764-
CMYK0.9500.340.62
HSL158.48º90.2%20%-
HSV(B)158.48º94.85%38.04%-
XYZ5.268.956.3-
YUV65.73127.0284.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=3.01%
G=58.43%
B=38.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597640.9500.340.62158.4890.220
Hex561405F0223E9e5a14
Octal51411001370427623613224
Binary101110000110000001011111010001011111010011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056140; }

 p { color: rgb(5,97,64); }

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

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

 a { background-color: rgb(5,97,64); }

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

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

 span { border-color: rgb(5,97,64); }

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