#008648

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

Shades of Salem #008648

Tints of Salem #008648

Color information

#008648 (or 0x008648) is unknown color: approx Salem. HEX triplet: 00, 86 and 48. RGB value is (0,134,72). Sum of RGB (Red+Green+Blue) = 0+134+72=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #008648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008648 is #FF79B7. Grayscale: #565656. Windows color (decimal): -16742840 or 4752896. OLE color: 4752896.

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

Color convert

RGB013472-
CMYK100.460.47
HSL152.24º100%26.27%-
HSV(B)152.24º100%52.55%-
XYZ9.6917.529-
YUV86.87119.6166.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=0%
G=65.05%
B=34.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013472100.460.47152.2410026.27
Hex086486402E2F98641a
Octal02061101440565723014432
Binary01000011010010001100100010111010111110011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008648; }

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

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

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

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

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

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

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

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