Html Css Color HEX #048A3E Salem

📋 copy color: '#048A3E'

red 4 ◦ green 138 ◦ blue 62

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

Shades of Salem #048A3E

Tints of Salem #048A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.65%

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 1.96%
G = 67.65%
B = 30.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#048A3E (or 0x048A3E) is known color: Salem. HEX triplet: 04, 8A and 3E. RGB value is (4,138,62). Sum of RGB (Red+Green+Blue) = 4+138+62=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #048A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A3E is #FB75C1. Grayscale: #595959. Windows color (decimal): -16479682 or 4098564. OLE color: 4098564.

HSL color Cylindrical-coordinate representation of color #048A3E: hue angle of 145.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A3E is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 138 62 -
CMYK 0.97 0 0.55 0.46
HSL 145.97º 0.94% 0.28% -
HSV(B) 145.97º 0.97% 0.54% -
XYZ 10.01 18.55 7.61 -
YUV 89.27 112.61 67.18 -
System Red Green Blue C M Y K H S L
Decimal 4 138 62 0.97 0 0.55 0.46 145.97 0.94 0.28
Hex 4 8A 3E 61 0 37 2E 92 5E 1C
Octal 4 212 76 141 0 67 56 222 136 34
Binary 100 10001010 111110 1100001 0 110111 101110 10010010 1011110 11100

Color Harmonies of #048A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A3E

Black with #048A3E

Text Example


Text Example

White with #048A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048A3E; }

 p { color: rgb(4,138,62); }

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

background-color css

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

 a { background-color: rgb(4,138,62); }

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

border-color css

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

 span { border-color: rgb(4,138,62); }

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