#04623F

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

Shades of Jewel #04623F

Tints of Jewel #04623F

Color information

#04623F (or 0x04623F) is unknown color: approx Jewel. HEX triplet: 04, 62 and 3F. RGB value is (4,98,63). Sum of RGB (Red+Green+Blue) = 4+98+63=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #04623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04623F is #FB9DC0. Grayscale: #414141. Windows color (decimal): -16489921 or 4153860. OLE color: 4153860.

HSL color Cylindrical-coordinate representation of color #04623F: hue angle of 157.66º 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 #04623F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB49863-
CMYK0.9600.360.62
HSL157.66º92.16%20%-
HSV(B)157.66º95.92%38.43%-
XYZ5.319.126.18-
YUV65.9126.3683.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 63 (25% from 255) = 38.18%
R=2.42%
G=59.39%
B=38.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498630.9600.360.62157.6692.1620
Hex4623F600243E9e5c14
Octal4142771400447623613424
Binary10011000101111111100000010010011111010011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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