#04863B

Color #04863B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #04863B

Tints of Salem #04863B

Color information

#04863B (or 0x04863B) is unknown color: approx Salem. HEX triplet: 04, 86 and 3B. RGB value is (4,134,59). Sum of RGB (Red+Green+Blue) = 4+134+59=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #04863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04863B is #FB79C4. Grayscale: #565656. Windows color (decimal): -16480709 or 3900932. OLE color: 3900932.

HSL color Cylindrical-coordinate representation of color #04863B: hue angle of 145.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04863B is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB413459-
CMYK0.9700.560.47
HSL145.38º94.2%27.06%-
HSV(B)145.38º97.01%52.55%-
XYZ9.3617.397-
YUV86.58112.4369.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=2.03%
G=68.02%
B=29.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4134590.9700.560.47145.3894.227.06
Hex4863B610382F915e1b
Octal4206731410705722113633
Binary100100001101110111100001011100010111110010001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04863B; }

 p { color: rgb(4,134,59); }

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

<style>
 a { background-color: #04863B; }

 a { background-color: rgb(4,134,59); }

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

<style>
 span { border-color: #04863B; }

 span { border-color: rgb(4,134,59); }

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