Html Css Color HEX #04804A Salem

📋 copy color: '#04804A'

red 4 ◦ green 128 ◦ blue 74

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

Shades of Salem #04804A

Tints of Salem #04804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.14%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 1.94%
G = 62.14%
B = 35.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#04804A (or 0x04804A) is known color: Salem. HEX triplet: 04, 80 and 4A. RGB value is (4,128,74). Sum of RGB (Red+Green+Blue) = 4+128+74=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #04804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04804A is #FB7FB5. Grayscale: #545454. Windows color (decimal): -16482230 or 4882436. OLE color: 4882436.

HSL color Cylindrical-coordinate representation of color #04804A: hue angle of 153.87º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04804A is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 74 -
CMYK 0.97 0 0.42 0.50
HSL 153.87º 0.94% 0.26% -
HSV(B) 153.87º 0.97% 0.5% -
XYZ 9.01 15.96 9.08 -
YUV 84.77 121.92 70.39 -
System Red Green Blue C M Y K H S L
Decimal 4 128 74 0.97 0 0.42 0.50 153.87 0.94 0.26
Hex 4 80 4A 61 0 2A 32 9A 5E 1A
Octal 4 200 112 141 0 52 62 232 136 32
Binary 100 10000000 1001010 1100001 0 101010 110010 10011010 1011110 11010

Color Harmonies of #04804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04804A

Black with #04804A

Text Example


Text Example

White with #04804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04804A; }

 p { color: rgb(4,128,74); }

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

background-color css

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

 a { background-color: rgb(4,128,74); }

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

border-color css

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

 span { border-color: rgb(4,128,74); }

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