Html Css Color HEX #04824A Salem

📋 copy color: '#04824A'

red 4 ◦ green 130 ◦ blue 74

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

Shades of Salem #04824A

Tints of Salem #04824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.5%

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

R = 1.92%
G = 62.5%
B = 35.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#04824A (or 0x04824A) is known color: Salem. HEX triplet: 04, 82 and 4A. RGB value is (4,130,74). Sum of RGB (Red+Green+Blue) = 4+130+74=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #04824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04824A is #FB7DB5. Grayscale: #565656. Windows color (decimal): -16481718 or 4882948. OLE color: 4882948.

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

Color convert

RGB 4 130 74 -
CMYK 0.97 0 0.43 0.49
HSL 153.33º 0.94% 0.26% -
HSV(B) 153.33º 0.97% 0.51% -
XYZ 9.27 16.49 9.17 -
YUV 85.94 121.26 69.55 -
System Red Green Blue C M Y K H S L
Decimal 4 130 74 0.97 0 0.43 0.49 153.33 0.94 0.26
Hex 4 82 4A 61 0 2B 31 99 5E 1A
Octal 4 202 112 141 0 53 61 231 136 32
Binary 100 10000010 1001010 1100001 0 101011 110001 10011001 1011110 11010

Color Harmonies of #04824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04824A

Black with #04824A

Text Example


Text Example

White with #04824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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