Html Css Color HEX #048A38 Salem

📋 copy color: '#048A38'

red 4 ◦ green 138 ◦ blue 56

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

Shades of Salem #048A38

Tints of Salem #048A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 2.02%
G = 69.7%
B = 28.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#048A38 (or 0x048A38) is known color: Salem. HEX triplet: 04, 8A and 38. RGB value is (4,138,56). Sum of RGB (Red+Green+Blue) = 4+138+56=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #048A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A38 is #FB75C7. Grayscale: #585858. Windows color (decimal): -16479688 or 3705348. OLE color: 3705348.

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

Color convert

RGB 4 138 56 -
CMYK 0.97 0 0.59 0.46
HSL 143.28º 0.94% 0.28% -
HSV(B) 143.28º 0.97% 0.54% -
XYZ 9.85 18.49 6.79 -
YUV 88.59 109.61 67.67 -
System Red Green Blue C M Y K H S L
Decimal 4 138 56 0.97 0 0.59 0.46 143.28 0.94 0.28
Hex 4 8A 38 61 0 3B 2E 8F 5E 1C
Octal 4 212 70 141 0 73 56 217 136 34
Binary 100 10001010 111000 1100001 0 111011 101110 10001111 1011110 11100

Color Harmonies of #048A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A38

Black with #048A38

Text Example


Text Example

White with #048A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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