Html Css Color HEX #048450 Salem

📋 copy color: '#048450'

red 4 ◦ green 132 ◦ blue 80

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

Shades of Salem #048450

Tints of Salem #048450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 1.85%
G = 61.11%
B = 37.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#048450 (or 0x048450) is known color: Salem. HEX triplet: 04, 84 and 50. RGB value is (4,132,80). Sum of RGB (Red+Green+Blue) = 4+132+80=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #048450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048450 is #FB7BAF. Grayscale: #575757. Windows color (decimal): -16481200 or 5276676. OLE color: 5276676.

HSL color Cylindrical-coordinate representation of color #048450: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048450 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 80 -
CMYK 0.97 0 0.39 0.48
HSL 155.63º 0.94% 0.27% -
HSV(B) 155.63º 0.97% 0.52% -
XYZ 9.75 17.11 10.38 -
YUV 87.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 4 132 80 0.97 0 0.39 0.48 155.63 0.94 0.27
Hex 4 84 50 61 0 27 30 9C 5E 1B
Octal 4 204 120 141 0 47 60 234 136 33
Binary 100 10000100 1010000 1100001 0 100111 110000 10011100 1011110 11011

Color Harmonies of #048450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048450

Black with #048450

Text Example


Text Example

White with #048450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048450; }

 p { color: rgb(4,132,80); }

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

background-color css

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

 a { background-color: rgb(4,132,80); }

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

border-color css

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

 span { border-color: rgb(4,132,80); }

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