Html Css Color HEX #048651 Salem

📋 copy color: '#048651'

red 4 ◦ green 134 ◦ blue 81

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

Shades of Salem #048651

Tints of Salem #048651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 1.83%
G = 61.19%
B = 36.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#048651 (or 0x048651) is known color: Salem. HEX triplet: 04, 86 and 51. RGB value is (4,134,81). Sum of RGB (Red+Green+Blue) = 4+134+81=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #048651 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048651 is #FB79AE. Grayscale: #595959. Windows color (decimal): -16480687 or 5342724. OLE color: 5342724.

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

Color convert

RGB 4 134 81 -
CMYK 0.97 0 0.40 0.47
HSL 155.54º 0.94% 0.27% -
HSV(B) 155.54º 0.97% 0.53% -
XYZ 10.06 17.67 10.67 -
YUV 89.09 123.43 67.31 -
System Red Green Blue C M Y K H S L
Decimal 4 134 81 0.97 0 0.40 0.47 155.54 0.94 0.27
Hex 4 86 51 61 0 28 2F 9C 5E 1B
Octal 4 206 121 141 0 50 57 234 136 33
Binary 100 10000110 1010001 1100001 0 101000 101111 10011100 1011110 11011

Color Harmonies of #048651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048651

Black with #048651

Text Example


Text Example

White with #048651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048651; }

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

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

background-color css

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

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

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

border-color css

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

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

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