#008748

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

Shades of Salem #008748

Tints of Salem #008748

Color information

#008748 (or 0x008748) is unknown color: approx Salem. HEX triplet: 00, 87 and 48. RGB value is (0,135,72). Sum of RGB (Red+Green+Blue) = 0+135+72=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #008748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008748 is #FF78B7. Grayscale: #575757. Windows color (decimal): -16742584 or 4753152. OLE color: 4753152.

HSL color Cylindrical-coordinate representation of color #008748: hue angle of 152º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008748 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB013572-
CMYK100.470.47
HSL152º100%26.47%-
HSV(B)152º100%52.94%-
XYZ9.8317.89.05-
YUV87.45119.2765.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 65.22%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=0%
G=65.22%
B=34.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013572100.470.4715210026.47
Hex087486402F2F98641a
Octal02071101440575723014432
Binary01000011110010001100100010111110111110011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008748; }

 p { color: rgb(0,135,72); }

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

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

 a { background-color: rgb(0,135,72); }

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

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

 span { border-color: rgb(0,135,72); }

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