#048754

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

Shades of Salem #048754

Tints of Salem #048754

Color information

#048754 (or 0x048754) is unknown color: approx Salem. HEX triplet: 04, 87 and 54. RGB value is (4,135,84). Sum of RGB (Red+Green+Blue) = 4+135+84=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #048754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048754 is #FB78AB. Grayscale: #5A5A5A. Windows color (decimal): -16480428 or 5539588. OLE color: 5539588.

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

Color convert

RGB413584-
CMYK0.9700.380.47
HSL156.64º94.24%27.25%-
HSV(B)156.64º97.04%52.94%-
XYZ10.3117.9911.32-
YUV90.02124.666.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 135 (53.12% from 255) = 60.54%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=1.79%
G=60.54%
B=37.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135840.9700.380.47156.6494.2427.25
Hex48754610262F9d5e1b
Octal42071241410465723513633
Binary1001000011110101001100001010011010111110011101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048754; }

 p { color: rgb(4,135,84); }

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

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

 a { background-color: rgb(4,135,84); }

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

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

 span { border-color: rgb(4,135,84); }

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