Html Css Color HEX #048655 Salem

📋 copy color: '#048655'

red 4 ◦ green 134 ◦ blue 85

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

Shades of Salem #048655

Tints of Salem #048655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 1.79%
G = 60.09%
B = 38.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#048655 (or 0x048655) is known color: Salem. HEX triplet: 04, 86 and 55. RGB value is (4,134,85). Sum of RGB (Red+Green+Blue) = 4+134+85=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #048655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048655 is #FB79AA. Grayscale: #595959. Windows color (decimal): -16480683 or 5604868. OLE color: 5604868.

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

Color convert

RGB 4 134 85 -
CMYK 0.97 0 0.37 0.47
HSL 157.38º 0.94% 0.27% -
HSV(B) 157.38º 0.97% 0.53% -
XYZ 10.21 17.73 11.48 -
YUV 89.54 125.43 66.98 -
System Red Green Blue C M Y K H S L
Decimal 4 134 85 0.97 0 0.37 0.47 157.38 0.94 0.27
Hex 4 86 55 61 0 25 2F 9D 5E 1B
Octal 4 206 125 141 0 45 57 235 136 33
Binary 100 10000110 1010101 1100001 0 100101 101111 10011101 1011110 11011

Color Harmonies of #048655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048655

Black with #048655

Text Example


Text Example

White with #048655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048655; }

 p { color: rgb(4,134,85); }

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

background-color css

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

 a { background-color: rgb(4,134,85); }

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

border-color css

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

 span { border-color: rgb(4,134,85); }

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