Html Css Color HEX #048541 Salem

📋 copy color: '#048541'

red 4 ◦ green 133 ◦ blue 65

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

Shades of Salem #048541

Tints of Salem #048541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 1.98%
G = 65.84%
B = 32.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#048541 (or 0x048541) is known color: Salem. HEX triplet: 04, 85 and 41. RGB value is (4,133,65). Sum of RGB (Red+Green+Blue) = 4+133+65=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #048541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048541 is #FB7ABE. Grayscale: #565656. Windows color (decimal): -16480959 or 4293892. OLE color: 4293892.

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

Color convert

RGB 4 133 65 -
CMYK 0.97 0 0.51 0.48
HSL 148.37º 0.94% 0.27% -
HSV(B) 148.37º 0.97% 0.52% -
XYZ 9.39 17.18 7.82 -
YUV 86.68 115.76 69.03 -
System Red Green Blue C M Y K H S L
Decimal 4 133 65 0.97 0 0.51 0.48 148.37 0.94 0.27
Hex 4 85 41 61 0 33 30 94 5E 1B
Octal 4 205 101 141 0 63 60 224 136 33
Binary 100 10000101 1000001 1100001 0 110011 110000 10010100 1011110 11011

Color Harmonies of #048541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048541

Black with #048541

Text Example


Text Example

White with #048541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048541; }

 p { color: rgb(4,133,65); }

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

background-color css

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

 a { background-color: rgb(4,133,65); }

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

border-color css

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

 span { border-color: rgb(4,133,65); }

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