#04583F

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

Shades of Jewel #04583F

Tints of Jewel #04583F

Color information

#04583F (or 0x04583F) is unknown color: approx Jewel. HEX triplet: 04, 58 and 3F. RGB value is (4,88,63). Sum of RGB (Red+Green+Blue) = 4+88+63=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #04583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04583F is #FBA7C0. Grayscale: #3C3C3C. Windows color (decimal): -16492481 or 4151300. OLE color: 4151300.

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

Color convert

RGB48863-
CMYK0.9500.280.65
HSL162.14º91.3%18.04%-
HSV(B)162.14º95.45%34.51%-
XYZ4.447.365.89-
YUV60.03129.6788.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 63 (25% from 255) = 40.65%
R=2.58%
G=56.77%
B=40.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488630.9500.280.65162.1491.318.04
Hex4583F5F01C41a25b12
Octal41307713703410124213322
Binary10010110001111111011111011100100000110100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04583F; }

 p { color: rgb(4,88,63); }

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

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

 a { background-color: rgb(4,88,63); }

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

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

 span { border-color: rgb(4,88,63); }

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