Html Css Color HEX #048840 Salem

📋 copy color: '#048840'

red 4 ◦ green 136 ◦ blue 64

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

Shades of Salem #048840

Tints of Salem #048840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.67%

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

R = 1.96%
G = 66.67%
B = 31.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#048840 (or 0x048840) is known color: Salem. HEX triplet: 04, 88 and 40. RGB value is (4,136,64). Sum of RGB (Red+Green+Blue) = 4+136+64=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #048840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048840 is #FB77BF. Grayscale: #585858. Windows color (decimal): -16480192 or 4229124. OLE color: 4229124.

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

Color convert

RGB 4 136 64 -
CMYK 0.97 0 0.53 0.47
HSL 147.27º 0.94% 0.27% -
HSV(B) 147.27º 0.97% 0.53% -
XYZ 9.78 18 7.81 -
YUV 88.32 114.27 67.85 -
System Red Green Blue C M Y K H S L
Decimal 4 136 64 0.97 0 0.53 0.47 147.27 0.94 0.27
Hex 4 88 40 61 0 35 2F 93 5E 1B
Octal 4 210 100 141 0 65 57 223 136 33
Binary 100 10001000 1000000 1100001 0 110101 101111 10010011 1011110 11011

Color Harmonies of #048840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048840

Black with #048840

Text Example


Text Example

White with #048840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048840; }

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

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

background-color css

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

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

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

border-color css

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

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

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