#04563E

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

Shades of Jewel #04563E

Tints of Jewel #04563E

Color information

#04563E (or 0x04563E) is unknown color: approx Jewel. HEX triplet: 04, 56 and 3E. RGB value is (4,86,62). Sum of RGB (Red+Green+Blue) = 4+86+62=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #04563E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04563E is #FBA9C1. Grayscale: #3A3A3A. Windows color (decimal): -16492994 or 4085252. OLE color: 4085252.

HSL color Cylindrical-coordinate representation of color #04563E: hue angle of 162.44º 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 #04563E is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB48662-
CMYK0.9500.280.66
HSL162.44º91.11%17.65%-
HSV(B)162.44º95.35%33.73%-
XYZ4.257.035.69-
YUV58.75129.8388.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=2.63%
G=56.58%
B=40.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486620.9500.280.66162.4491.1117.65
Hex4563E5F01C42a25b12
Octal41267613703410224213322
Binary10010101101111101011111011100100001010100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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