Html Css Color HEX #048440 Salem

📋 copy color: '#048440'

red 4 ◦ green 132 ◦ blue 64

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

Shades of Salem #048440

Tints of Salem #048440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32%

R = 2%
G = 66%
B = 32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#048440 (or 0x048440) is known color: Salem. HEX triplet: 04, 84 and 40. RGB value is (4,132,64). Sum of RGB (Red+Green+Blue) = 4+132+64=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #048440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048440 is #FB7BBF. Grayscale: #565656. Windows color (decimal): -16481216 or 4228100. OLE color: 4228100.

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

Color convert

RGB 4 132 64 -
CMYK 0.97 0 0.52 0.48
HSL 148.13º 0.94% 0.27% -
HSV(B) 148.13º 0.97% 0.52% -
XYZ 9.23 16.9 7.63 -
YUV 85.98 115.59 69.53 -
System Red Green Blue C M Y K H S L
Decimal 4 132 64 0.97 0 0.52 0.48 148.13 0.94 0.27
Hex 4 84 40 61 0 34 30 94 5E 1B
Octal 4 204 100 141 0 64 60 224 136 33
Binary 100 10000100 1000000 1100001 0 110100 110000 10010100 1011110 11011

Color Harmonies of #048440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048440

Black with #048440

Text Example


Text Example

White with #048440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048440; }

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

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

background-color css

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

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

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

border-color css

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

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

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