Html Css Color HEX #048B3B Salem

📋 copy color: '#048B3B'

red 4 ◦ green 139 ◦ blue 59

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

Shades of Salem #048B3B

Tints of Salem #048B3B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 68.81%

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 1.98%
G = 68.81%
B = 29.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#048B3B (or 0x048B3B) is known color: Salem. HEX triplet: 04, 8B and 3B. RGB value is (4,139,59). Sum of RGB (Red+Green+Blue) = 4+139+59=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #048B3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048B3B is #FB74C4. Grayscale: #595959. Windows color (decimal): -16479429 or 3902212. OLE color: 3902212.

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

Color convert

RGB 4 139 59 -
CMYK 0.97 0 0.58 0.45
HSL 144.44º 0.94% 0.28% -
HSV(B) 144.44º 0.97% 0.55% -
XYZ 10.07 18.81 7.24 -
YUV 89.52 110.77 67 -
System Red Green Blue C M Y K H S L
Decimal 4 139 59 0.97 0 0.58 0.45 144.44 0.94 0.28
Hex 4 8B 3B 61 0 3A 2D 90 5E 1C
Octal 4 213 73 141 0 72 55 220 136 34
Binary 100 10001011 111011 1100001 0 111010 101101 10010000 1011110 11100

Color Harmonies of #048B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B3B

Black with #048B3B

Text Example


Text Example

White with #048B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,139,59); }

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

background-color css

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

 a { background-color: rgb(4,139,59); }

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

border-color css

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

 span { border-color: rgb(4,139,59); }

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