#057241

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

Shades of Jewel #057241

Tints of Jewel #057241

Color information

#057241 (or 0x057241) is unknown color: approx Jewel. HEX triplet: 05, 72 and 41. RGB value is (5,114,65). Sum of RGB (Red+Green+Blue) = 5+114+65=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #057241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057241 is #FA8DBE. Grayscale: #4B4B4B. Windows color (decimal): -16420287 or 4289029. OLE color: 4289029.

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

Color convert

RGB511465-
CMYK0.9600.430.55
HSL153.03º91.6%23.33%-
HSV(B)153.03º95.61%44.71%-
XYZ7.0312.457.03-
YUV75.82121.8977.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=2.72%
G=61.96%
B=35.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114650.9600.430.55153.0391.623.33
Hex572416002B37995c17
Octal51621011400536723113427
Binary101111001010000011100000010101111011110011001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057241; }

 p { color: rgb(5,114,65); }

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

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

 a { background-color: rgb(5,114,65); }

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

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

 span { border-color: rgb(5,114,65); }

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