Html Css Color HEX #04864D Salem

📋 copy color: '#04864D'

red 4 ◦ green 134 ◦ blue 77

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

Shades of Salem #04864D

Tints of Salem #04864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 1.86%
G = 62.33%
B = 35.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#04864D (or 0x04864D) is known color: Salem. HEX triplet: 04, 86 and 4D. RGB value is (4,134,77). Sum of RGB (Red+Green+Blue) = 4+134+77=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #04864D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04864D is #FB79B2. Grayscale: #585858. Windows color (decimal): -16480691 or 5080580. OLE color: 5080580.

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

Color convert

RGB 4 134 77 -
CMYK 0.97 0 0.43 0.47
HSL 153.69º 0.94% 0.27% -
HSV(B) 153.69º 0.97% 0.53% -
XYZ 9.91 17.61 9.9 -
YUV 88.63 121.43 67.63 -
System Red Green Blue C M Y K H S L
Decimal 4 134 77 0.97 0 0.43 0.47 153.69 0.94 0.27
Hex 4 86 4D 61 0 2B 2F 9A 5E 1B
Octal 4 206 115 141 0 53 57 232 136 33
Binary 100 10000110 1001101 1100001 0 101011 101111 10011010 1011110 11011

Color Harmonies of #04864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04864D

Black with #04864D

Text Example


Text Example

White with #04864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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