#056142

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

Shades of Jewel #056142

Tints of Jewel #056142

Color information

#056142 (or 0x056142) is unknown color: approx Jewel. HEX triplet: 05, 61 and 42. RGB value is (5,97,66). Sum of RGB (Red+Green+Blue) = 5+97+66=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #056142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056142 is #FA9EBD. Grayscale: #414141. Windows color (decimal): -16424638 or 4350213. OLE color: 4350213.

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

Color convert

RGB59766-
CMYK0.9500.320.62
HSL159.78º90.2%20%-
HSV(B)159.78º94.85%38.04%-
XYZ5.328.986.61-
YUV65.96128.0284.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=2.98%
G=57.74%
B=39.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597660.9500.320.62159.7890.220
Hex561425F0203Ea05a14
Octal51411021370407624013224
Binary101110000110000101011111010000011111010100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056142; }

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

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

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

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

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

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

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

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