Html Css Color HEX #048B3D Salem

📋 copy color: '#048B3D'

red 4 ◦ green 139 ◦ blue 61

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

Shades of Salem #048B3D

Tints of Salem #048B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 1.96%
G = 68.14%
B = 29.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#048B3D (or 0x048B3D) is known color: Salem. HEX triplet: 04, 8B and 3D. RGB value is (4,139,61). Sum of RGB (Red+Green+Blue) = 4+139+61=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #048B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048B3D is #FB74C2. Grayscale: #595959. Windows color (decimal): -16479427 or 4033284. OLE color: 4033284.

HSL color Cylindrical-coordinate representation of color #048B3D: hue angle of 145.33º 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 #048B3D is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 61 -
CMYK 0.97 0 0.56 0.45
HSL 145.33º 0.94% 0.28% -
HSV(B) 145.33º 0.97% 0.55% -
XYZ 10.13 18.83 7.52 -
YUV 89.74 111.77 66.84 -
System Red Green Blue C M Y K H S L
Decimal 4 139 61 0.97 0 0.56 0.45 145.33 0.94 0.28
Hex 4 8B 3D 61 0 38 2D 91 5E 1C
Octal 4 213 75 141 0 70 55 221 136 34
Binary 100 10001011 111101 1100001 0 111000 101101 10010001 1011110 11100

Color Harmonies of #048B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B3D

Black with #048B3D

Text Example


Text Example

White with #048B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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