Html Css Color HEX #048453 Salem

📋 copy color: '#048453'

red 4 ◦ green 132 ◦ blue 83

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

Shades of Salem #048453

Tints of Salem #048453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 1.83%
G = 60.27%
B = 37.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#048453 (or 0x048453) is known color: Salem. HEX triplet: 04, 84 and 53. RGB value is (4,132,83). Sum of RGB (Red+Green+Blue) = 4+132+83=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #048453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048453 is #FB7BAC. Grayscale: #585858. Windows color (decimal): -16481197 or 5473284. OLE color: 5473284.

HSL color Cylindrical-coordinate representation of color #048453: hue angle of 157.03º 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 #048453 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 83 -
CMYK 0.97 0 0.37 0.48
HSL 157.03º 0.94% 0.27% -
HSV(B) 157.03º 0.97% 0.52% -
XYZ 9.86 17.15 10.97 -
YUV 88.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 4 132 83 0.97 0 0.37 0.48 157.03 0.94 0.27
Hex 4 84 53 61 0 25 30 9D 5E 1B
Octal 4 204 123 141 0 45 60 235 136 33
Binary 100 10000100 1010011 1100001 0 100101 110000 10011101 1011110 11011

Color Harmonies of #048453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048453

Black with #048453

Text Example


Text Example

White with #048453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048453; }

 p { color: rgb(4,132,83); }

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

background-color css

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

 a { background-color: rgb(4,132,83); }

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

border-color css

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

 span { border-color: rgb(4,132,83); }

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