#057142

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

Shades of Jewel #057142

Tints of Jewel #057142

Color information

#057142 (or 0x057142) is unknown color: approx Jewel. HEX triplet: 05, 71 and 42. RGB value is (5,113,66). Sum of RGB (Red+Green+Blue) = 5+113+66=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #057142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057142 is #FA8EBD. Grayscale: #4B4B4B. Windows color (decimal): -16420542 or 4354309. OLE color: 4354309.

HSL color Cylindrical-coordinate representation of color #057142: hue angle of 153.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057142 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB511366-
CMYK0.9600.420.56
HSL153.89º91.53%23.14%-
HSV(B)153.89º95.58%44.31%-
XYZ6.9512.247.15-
YUV75.35122.7277.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=2.72%
G=61.41%
B=35.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113660.9600.420.56153.8991.5323.14
Hex571426002A389a5c17
Octal51611021400527023213427
Binary101111000110000101100000010101011100010011010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057142; }

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

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

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

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

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

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

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

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