Html Css Color HEX #048346 Salem

📋 copy color: '#048346'

red 4 ◦ green 131 ◦ blue 70

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

Shades of Salem #048346

Tints of Salem #048346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 1.95%
G = 63.9%
B = 34.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#048346 (or 0x048346) is known color: Salem. HEX triplet: 04, 83 and 46. RGB value is (4,131,70). Sum of RGB (Red+Green+Blue) = 4+131+70=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #048346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048346 is #FB7CB9. Grayscale: #565656. Windows color (decimal): -16481466 or 4621060. OLE color: 4621060.

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

Color convert

RGB 4 131 70 -
CMYK 0.97 0 0.47 0.49
HSL 151.18º 0.94% 0.26% -
HSV(B) 151.18º 0.97% 0.51% -
XYZ 9.27 16.7 8.53 -
YUV 86.07 118.92 69.46 -
System Red Green Blue C M Y K H S L
Decimal 4 131 70 0.97 0 0.47 0.49 151.18 0.94 0.26
Hex 4 83 46 61 0 2F 31 97 5E 1A
Octal 4 203 106 141 0 57 61 227 136 32
Binary 100 10000011 1000110 1100001 0 101111 110001 10010111 1011110 11010

Color Harmonies of #048346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048346

Black with #048346

Text Example


Text Example

White with #048346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048346; }

 p { color: rgb(4,131,70); }

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

background-color css

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

 a { background-color: rgb(4,131,70); }

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

border-color css

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

 span { border-color: rgb(4,131,70); }

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