#057240

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

Shades of Jewel #057240

Tints of Jewel #057240

Color information

#057240 (or 0x057240) is unknown color: approx Jewel. HEX triplet: 05, 72 and 40. RGB value is (5,114,64). Sum of RGB (Red+Green+Blue) = 5+114+64=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #057240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057240 is #FA8DBF. Grayscale: #4B4B4B. Windows color (decimal): -16420288 or 4223493. OLE color: 4223493.

HSL color Cylindrical-coordinate representation of color #057240: hue angle of 152.48º 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 #057240 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB511464-
CMYK0.9600.440.55
HSL152.48º91.6%23.33%-
HSV(B)152.48º95.61%44.71%-
XYZ7.0112.446.88-
YUV75.71121.3977.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=2.73%
G=62.30%
B=34.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114640.9600.440.55152.4891.623.33
Hex572406002C37985c17
Octal51621001400546723013427
Binary101111001010000001100000010110011011110011000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057240; }

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

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

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

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

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

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

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

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