Html Css Color HEX #048444 Salem

📋 copy color: '#048444'

red 4 ◦ green 132 ◦ blue 68

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

Shades of Salem #048444

Tints of Salem #048444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 1.96%
G = 64.71%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#048444 (or 0x048444) is known color: Salem. HEX triplet: 04, 84 and 44. RGB value is (4,132,68). Sum of RGB (Red+Green+Blue) = 4+132+68=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #048444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048444 is #FB7BBB. Grayscale: #565656. Windows color (decimal): -16481212 or 4490244. OLE color: 4490244.

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

Color convert

RGB 4 132 68 -
CMYK 0.97 0 0.48 0.48
HSL 150º 0.94% 0.27% -
HSV(B) 150º 0.97% 0.52% -
XYZ 9.34 16.95 8.25 -
YUV 86.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 4 132 68 0.97 0 0.48 0.48 150 0.94 0.27
Hex 4 84 44 61 0 30 30 96 5E 1B
Octal 4 204 104 141 0 60 60 226 136 33
Binary 100 10000100 1000100 1100001 0 110000 110000 10010110 1011110 11011

Color Harmonies of #048444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048444

Black with #048444

Text Example


Text Example

White with #048444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048444; }

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

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

background-color css

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

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

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

border-color css

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

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

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