#04643F

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

Shades of Jewel #04643F

Tints of Jewel #04643F

Color information

#04643F (or 0x04643F) is unknown color: approx Jewel. HEX triplet: 04, 64 and 3F. RGB value is (4,100,63). Sum of RGB (Red+Green+Blue) = 4+100+63=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #04643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04643F is #FB9BC0. Grayscale: #434343. Windows color (decimal): -16489409 or 4154372. OLE color: 4154372.

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

Color convert

RGB410063-
CMYK0.9600.370.61
HSL156.88º92.31%20.39%-
HSV(B)156.88º96%39.22%-
XYZ5.59.56.25-
YUV67.08125.783.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 63 (25% from 255) = 37.72%
R=2.40%
G=59.88%
B=37.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100630.9600.370.61156.8892.3120.39
Hex4643F600253D9d5c14
Octal4144771400457523513424
Binary10011001001111111100000010010111110110011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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