Html Css Color HEX #048048 Salem

📋 copy color: '#048048'

red 4 ◦ green 128 ◦ blue 72

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

Shades of Salem #048048

Tints of Salem #048048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.75%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 1.96%
G = 62.75%
B = 35.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#048048 (or 0x048048) is known color: Salem. HEX triplet: 04, 80 and 48. RGB value is (4,128,72). Sum of RGB (Red+Green+Blue) = 4+128+72=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #048048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048048 is #FB7FB7. Grayscale: #545454. Windows color (decimal): -16482232 or 4751364. OLE color: 4751364.

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

Color convert

RGB 4 128 72 -
CMYK 0.97 0 0.44 0.50
HSL 152.9º 0.94% 0.26% -
HSV(B) 152.9º 0.97% 0.5% -
XYZ 8.94 15.93 8.73 -
YUV 84.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 4 128 72 0.97 0 0.44 0.50 152.9 0.94 0.26
Hex 4 80 48 61 0 2C 32 99 5E 1A
Octal 4 200 110 141 0 54 62 231 136 32
Binary 100 10000000 1001000 1100001 0 101100 110010 10011001 1011110 11010

Color Harmonies of #048048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048048

Black with #048048

Text Example


Text Example

White with #048048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048048; }

 p { color: rgb(4,128,72); }

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

background-color css

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

 a { background-color: rgb(4,128,72); }

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

border-color css

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

 span { border-color: rgb(4,128,72); }

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