#057237

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

Shades of Jewel #057237

Tints of Jewel #057237

Color information

#057237 (or 0x057237) is unknown color: approx Jewel. HEX triplet: 05, 72 and 37. RGB value is (5,114,55). Sum of RGB (Red+Green+Blue) = 5+114+55=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #057237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057237 is #FA8DC8. Grayscale: #4A4A4A. Windows color (decimal): -16420297 or 3633669. OLE color: 3633669.

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

Color convert

RGB511455-
CMYK0.9600.520.55
HSL147.52º91.6%23.33%-
HSV(B)147.52º95.61%44.71%-
XYZ6.7712.345.64-
YUV74.68116.8978.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 114 (44.92% from 255) = 65.52%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=2.87%
G=65.52%
B=31.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114550.9600.520.55147.5291.623.33
Hex572376003437945c17
Octal5162671400646722413427
Binary10111100101101111100000011010011011110010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057237; }

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

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

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

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

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

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

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

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