#04573E

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

Shades of Jewel #04573E

Tints of Jewel #04573E

Color information

#04573E (or 0x04573E) is unknown color: approx Jewel. HEX triplet: 04, 57 and 3E. RGB value is (4,87,62). Sum of RGB (Red+Green+Blue) = 4+87+62=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #04573E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04573E is #FBA8C1. Grayscale: #3B3B3B. Windows color (decimal): -16492738 or 4085508. OLE color: 4085508.

HSL color Cylindrical-coordinate representation of color #04573E: hue angle of 161.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04573E is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB48762-
CMYK0.9500.290.66
HSL161.93º91.21%17.84%-
HSV(B)161.93º95.4%34.12%-
XYZ4.337.195.72-
YUV59.33129.588.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 87 (34.38% from 255) = 56.86%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=2.61%
G=56.86%
B=40.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487620.9500.290.66161.9391.2117.84
Hex4573E5F01D42a25b12
Octal41277613703510224213322
Binary10010101111111101011111011101100001010100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04573E; }

 p { color: rgb(4,87,62); }

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

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

 a { background-color: rgb(4,87,62); }

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

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

 span { border-color: rgb(4,87,62); }

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