#04603F

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

Shades of Jewel #04603F

Tints of Jewel #04603F

Color information

#04603F (or 0x04603F) is unknown color: approx Jewel. HEX triplet: 04, 60 and 3F. RGB value is (4,96,63). Sum of RGB (Red+Green+Blue) = 4+96+63=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #04603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04603F is #FB9FC0. Grayscale: #404040. Windows color (decimal): -16490433 or 4153348. OLE color: 4153348.

HSL color Cylindrical-coordinate representation of color #04603F: hue angle of 158.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04603F is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB49663-
CMYK0.9600.340.62
HSL158.48º92%19.61%-
HSV(B)158.48º95.83%37.65%-
XYZ5.138.756.12-
YUV64.73127.0284.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 63 (25% from 255) = 38.65%
R=2.45%
G=58.90%
B=38.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496630.9600.340.62158.489219.61
Hex4603F600223E9e5c14
Octal4140771400427623613424
Binary10011000001111111100000010001011111010011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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