Html Css Color HEX #048251 Salem

📋 copy color: '#048251'

red 4 ◦ green 130 ◦ blue 81

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

Shades of Salem #048251

Tints of Salem #048251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

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

R = 1.86%
G = 60.47%
B = 37.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#048251 (or 0x048251) is known color: Salem. HEX triplet: 04, 82 and 51. RGB value is (4,130,81). Sum of RGB (Red+Green+Blue) = 4+130+81=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #048251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048251 is #FB7DAE. Grayscale: #565656. Windows color (decimal): -16481711 or 5341700. OLE color: 5341700.

HSL color Cylindrical-coordinate representation of color #048251: hue angle of 156.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048251 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 81 -
CMYK 0.97 0 0.38 0.49
HSL 156.67º 0.94% 0.26% -
HSV(B) 156.67º 0.97% 0.51% -
XYZ 9.52 16.59 10.48 -
YUV 86.74 124.76 68.98 -
System Red Green Blue C M Y K H S L
Decimal 4 130 81 0.97 0 0.38 0.49 156.67 0.94 0.26
Hex 4 82 51 61 0 26 31 9D 5E 1A
Octal 4 202 121 141 0 46 61 235 136 32
Binary 100 10000010 1010001 1100001 0 100110 110001 10011101 1011110 11010

Color Harmonies of #048251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048251

Black with #048251

Text Example


Text Example

White with #048251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048251; }

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

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

background-color css

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

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

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

border-color css

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

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

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