#04863F

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

Shades of Salem #04863F

Tints of Salem #04863F

Color information

#04863F (or 0x04863F) is unknown color: approx Salem. HEX triplet: 04, 86 and 3F. RGB value is (4,134,63). Sum of RGB (Red+Green+Blue) = 4+134+63=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #04863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04863F is #FB79C0. Grayscale: #575757. Windows color (decimal): -16480705 or 4163076. OLE color: 4163076.

HSL color Cylindrical-coordinate representation of color #04863F: hue angle of 147.23º 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 #04863F is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB413463-
CMYK0.9700.530.47
HSL147.23º94.2%27.06%-
HSV(B)147.23º97.01%52.55%-
XYZ9.4717.437.57-
YUV87.04114.4368.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 63 (25% from 255) = 31.34%
R=1.99%
G=66.67%
B=31.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4134630.9700.530.47147.2394.227.06
Hex4863F610352F935e1b
Octal4206771410655722313633
Binary100100001101111111100001011010110111110010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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