#04804E

Color #04804E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #04804E

Tints of Salem #04804E

Color information

#04804E (or 0x04804E) is unknown color: approx Salem. HEX triplet: 04, 80 and 4E. RGB value is (4,128,78). Sum of RGB (Red+Green+Blue) = 4+128+78=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #04804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04804E is #FB7FB1. Grayscale: #555555. Windows color (decimal): -16482226 or 5144580. OLE color: 5144580.

HSL color Cylindrical-coordinate representation of color #04804E: hue angle of 155.81º 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 #04804E is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB412878-
CMYK0.9700.390.50
HSL155.81º93.94%25.88%-
HSV(B)155.81º96.88%50.2%-
XYZ9.1416.019.82-
YUV85.22123.9270.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 128 (50.39% from 255) = 60.95%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=1.90%
G=60.95%
B=37.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128780.9700.390.50155.8193.9425.88
Hex4804E61027329c5e1a
Octal42001161410476223413632
Binary1001000000010011101100001010011111001010011100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04804E;
 }
 .AnyTagClassName
 {
   color: #04804E;
 }
</style>
background-color css

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

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

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

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

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

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