Html Css Color HEX #04884B Salem

📋 copy color: '#04884B'

red 4 ◦ green 136 ◦ blue 75

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

Shades of Salem #04884B

Tints of Salem #04884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.26%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 1.86%
G = 63.26%
B = 34.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#04884B (or 0x04884B) is known color: Salem. HEX triplet: 04, 88 and 4B. RGB value is (4,136,75). Sum of RGB (Red+Green+Blue) = 4+136+75=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #04884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04884B is #FB77B4. Grayscale: #595959. Windows color (decimal): -16480181 or 4950020. OLE color: 4950020.

HSL color Cylindrical-coordinate representation of color #04884B: hue angle of 152.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04884B is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 75 -
CMYK 0.97 0 0.45 0.47
HSL 152.27º 0.94% 0.27% -
HSV(B) 152.27º 0.97% 0.53% -
XYZ 10.12 18.14 9.62 -
YUV 89.58 119.77 66.96 -
System Red Green Blue C M Y K H S L
Decimal 4 136 75 0.97 0 0.45 0.47 152.27 0.94 0.27
Hex 4 88 4B 61 0 2D 2F 98 5E 1B
Octal 4 210 113 141 0 55 57 230 136 33
Binary 100 10001000 1001011 1100001 0 101101 101111 10011000 1011110 11011

Color Harmonies of #04884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04884B

Black with #04884B

Text Example


Text Example

White with #04884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04884B; }

 p { color: rgb(4,136,75); }

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

background-color css

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

 a { background-color: rgb(4,136,75); }

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

border-color css

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

 span { border-color: rgb(4,136,75); }

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