Html Css Color HEX #04864E Salem

📋 copy color: '#04864E'

red 4 ◦ green 134 ◦ blue 78

#04864E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #04864E

Tints of Salem #04864E

RGB

 RED value IS 4 (1.95% from 255) = 1.85%

 GREEN value IS 134 (52.73% from 255) = 62.04%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 1.85%
G = 62.04%
B = 36.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#04864E (or 0x04864E) is known color: Salem. HEX triplet: 04, 86 and 4E. RGB value is (4,134,78). Sum of RGB (Red+Green+Blue) = 4+134+78=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #04864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04864E is #FB79B1. Grayscale: #585858. Windows color (decimal): -16480690 or 5146116. OLE color: 5146116.

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

Color convert

RGB 4 134 78 -
CMYK 0.97 0 0.42 0.47
HSL 154.15º 0.94% 0.27% -
HSV(B) 154.15º 0.97% 0.53% -
XYZ 9.95 17.63 10.09 -
YUV 88.75 121.93 67.55 -
System Red Green Blue C M Y K H S L
Decimal 4 134 78 0.97 0 0.42 0.47 154.15 0.94 0.27
Hex 4 86 4E 61 0 2A 2F 9A 5E 1B
Octal 4 206 116 141 0 52 57 232 136 33
Binary 100 10000110 1001110 1100001 0 101010 101111 10011010 1011110 11011

Color Harmonies of #04864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04864E

Black with #04864E

Text Example


Text Example

White with #04864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04864E; }

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

 H1.HeaderClassName
 {
   color: #04864E;
 }
 .AnyTagClassName
 {
   color: #04864E;
 }
</style>

background-color css

<style>
 a { background-color: #04864E; }

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

 div.DivClassName
 {
   background-color: #04864E;
 }
 .BgClassName
 {
   background-color: #04864E;
 }
</style>

border-color css

<style>
 span { border-color: #04864E; }

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

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