#04593D

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

Shades of Jewel #04593D

Tints of Jewel #04593D

Color information

#04593D (or 0x04593D) is unknown color: approx Jewel. HEX triplet: 04, 59 and 3D. RGB value is (4,89,61). Sum of RGB (Red+Green+Blue) = 4+89+61=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #04593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04593D is #FBA6C2. Grayscale: #3C3C3C. Windows color (decimal): -16492227 or 4020484. OLE color: 4020484.

HSL color Cylindrical-coordinate representation of color #04593D: hue angle of 160.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04593D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB48961-
CMYK0.9600.310.65
HSL160.24º91.4%18.24%-
HSV(B)160.24º95.51%34.9%-
XYZ4.467.515.63-
YUV60.39128.3487.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 89 (35.16% from 255) = 57.79%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=2.60%
G=57.79%
B=39.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489610.9600.310.65160.2491.418.24
Hex4593D6001F41a05b12
Octal41317514003710124013322
Binary10010110011111011100000011111100000110100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04593D; }

 p { color: rgb(4,89,61); }

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

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

 a { background-color: rgb(4,89,61); }

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

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

 span { border-color: rgb(4,89,61); }

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